#define COLOR_YELLOW 0xFFFF00AA
saját módhoz [/quote]És nincs definiálva a COLOR_YELLOW... ez nekem fura.. ::|[mod]Ne offolj![/mod]
C:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5252) : warning 202: number of arguments does not match definitionC:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5252) : warning 202: number of arguments does not match definitionC:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5359) : warning 225: unreachable codeC:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5374) : error 017: undefined symbol \"cmd\"C:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5380) : error 017: undefined symbol \"COLOR_YELLOW\"C:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5381) : error 017: undefined symbol \"COLOR_YELLOW\"[/quote] C:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5380) : error 017: undefined symbol \"COLOR_YELLOW\"C:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5381) : error 017: undefined symbol \"COLOR_YELLOW\" Móde elejére: #define COLOR_YELLOW 0xffd500AA C:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5359) : warning 225: unreachable code Valószínûleg amit abban a sorba írtál az nem kell oda. C:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5252) : warning 202: number of arguments does not match definitionC:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5252) : warning 202: number of arguments does not match definition Ezt a kér sort másold be!
C:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5380) : error 017: undefined symbol \"COLOR_YELLOW\"C:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5381) : error 017: undefined symbol \"COLOR_YELLOW\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5359) : warning 225: unreachable code
C:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5252) : warning 202: number of arguments does not match definitionC:\\Documents and Settings\\Rendszergazda\\Asztal\\StuntDrift.pwn(5252) : warning 202: number of arguments does not match definition
ResetPlayerWeapons(playerid, 1, 0);
ResetPlayerWeapons(playerid);
1. A color yelow cucc bent van ezen néztem akkorát!Látod ez az eleje:[pawn]#include <a_samp>#pragma tabsize 0#if defined FILTERSCRIPT#define COLOR_RED 0xAA3333AA#define COLOR_GREY 0xAFAFAFAA#define COLOR_GREEN 0x33AA33AA#define COLOR_RED 0xAA3333AA#define COLOR_YELLOW 0xFFFF00AA#define COLOR_WHITE 0xFFFFFFAA#define COLOR_ORANGE 0xFF9900AA#define COLOR_SPAWN 0xFF8C55FF#define COLOR_LIGHTBLUE 0x6DC5F3FF#define COLOR_ADMIN 0xFF0000FF#define COLOR_SAY 0x2986CEFF#define COLOR_SYSGREY 0xC6BEBDFF#define COLOR_BLACK 0x000000FF#define COLOR_JOIN 0x74E80099#define COLOR_WARN 0xBE615099#define COLOR_RACE 0x00BBBB99#define COLOR_KRED 0xFF0000FF#define COLOR_TELENARANCS 0xff664cff#define COLOR_SZABÁLY 0xca88ffff#define COLOR_ME4 0xffffc8ff#define COLOR_KILL 0xe62740ff#define COLOR_TELESÁRGA 0xd8ff00ff#define COLOR_ÉLETFIX 0x00b46dff#define COLOR_POZÍCIÓ 0xffffb1ff[/pawn]2. ak hova kell?[pawn]if(!strcmp(cmdtext, \"/sp\", true)){if (IsPlayerInAnyVehicle(playerid)){GetVehiclePos(GetPlayerVehicleID(playerid), SavePos[playerid][sX], SavePos[playerid][sY], SavePos[playerid][sZ]);GetVehicleZAngle(GetPlayerVehicleID(playerid), SavePos[playerid][sA]);} else {GetPlayerPos(playerid, SavePos[playerid][sX], SavePos[playerid][sY], SavePos[playerid][sZ]);GetPlayerFacingAngle(playerid, SavePos[playerid][sA]);}SavePos[playerid][savedPos] = 1;return SendClientMessage(playerid, 0xffffb1ff, \"[Position] - Pozició mentve.\");if(!strcmp(cmdtext, \"/lp\", true)){if (SavePos[playerid][savedPos] == 0)return SendClientMessage(playerid, 0xAA3333AA, \"[Position] - Nincs pozíció mentve.\");if (IsPlayerInAnyVehicle(playerid)){SetVehiclePos(GetPlayerVehicleID(playerid), SavePos[playerid][sX], SavePos[playerid][sY], SavePos[playerid][sZ]);SetVehicleZAngle(GetPlayerVehicleID(playerid), SavePos[playerid][sA]);} else {SetPlayerPos(playerid, SavePos[playerid][sX], SavePos[playerid][sY], SavePos[playerid][sZ]);SetPlayerFacingAngle(playerid, SavePos[playerid][sA]);}return SendClientMessage(playerid, 0xffffc8ff, \"[Position] - Teleportáltál a mentet pozicióra.\");}return 1;}[/pawn]|EZ AZ 5359-ES SOR|if(!strcmp(cmdtext, \"/lp\", true))3. oks bemásolom:[pawn] ResetPlayerWeapons(playerid, 1, 0);[/pawn]