Hellotok van ez a code-m
#include <a_samp>
#include <zcmd>
#include <mSelection>
new skinlista = mS_INVALID_LISTID;
#define DIALOG_BG_COLOR 0x4A5A6BBB
#define PREV_BG_COLOR 0x88888899
#define PREV_BG_COLOR2 0xFFFF00AA
#define SCM SendClientMessage
public OnFilterScriptInit()
{
print(\"\\n--------------------------------------\");
print(\" Skin Választó [0.3x] ~ DVS\");
print(\"--------------------------------------\\n\");
skinlista = LoadModelSelectionMenu(\"skins.txt\");
return 1;
}
CMD:skin(playerid, params[])
{
ShowModelSelectionMenu(playerid, skinlista, \"Skin Valaszto\", DIALOG_BG_COLOR, PREV_BG_COLOR, PREV_BG_COLOR2);
return 1;
}
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
if(listid == skinlista)
{
if(response)
{
SCM(playerid, 0xFF0000FF, \"Skin Megváltoztatva!\");
SetPlayerSkin(playerid, modelid);
}
else SCM(playerid, 0xFF0000FF, \"Kiléptél a Skin Választóbol.\");
return 1;
}
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
és ezek a hibák vannak és fogalmam nincs hogy miért!
Valaki segítene:(?
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(192) : error 017: undefined symbol \"TEXT_DRAW_FONT_MODEL_PREVIEW\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(196) : error 017: undefined symbol \"PlayerTextDrawSetPreviewModel\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(197) : error 017: undefined symbol \"PlayerTextDrawSetPreviewRot\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"mZoom\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"Zrot\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"Yrot\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"Xrot\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"modelindex\"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase