Search Results
C:\Users\Semir\Desktop\samp02Xserver.win32\gamemod es\ModernLife2.pwn(1725) : error 017: undefined symbol "OnPlayerRegister" i got this error and when i write new OnPlayerRegister[MAX_PLAYERS] i go...
149
i just Added [1024] and working great. Thank you
141
then i got this: Код: C:\Users\Semir\Desktop\samp02Xserver.win32\gamemodes\ModernLife.pwn(578) : error 032: array index out of bounds (variable "PlayerInfo") C:\Users\Semir\Desktop\samp02Xserver.w...
141
i got this error: C:\Users\Semir\Desktop\samp02Xserver.win32\gamemod es\ModernLife.pwn(5 : error 009: invalid array size (negative, zero or out of bounds) line 58: new PlayerInfo[MAX_PLAYERS][pInfo]...
141
ohh thanks, but i solved the problem
113
yeah i use them too all same
323
i used in onplayercommandtext this is my heal script Код: if(strcmp(cmdtext, "/heal", true)) { SetPlayerHealth(playerid, 100.0); SendClientMessage(playerid, COLOR_GREEN, "You have be...
323
yea cool i forgot ")" this shit hahah thanks guys btw can i add a line under setplayerheathl SendClientMessage(playerid, COLOR_GREEN, "You have been Healed."); cause i get for errors C:\Users\Semi...
323
C:\Users\Semir\Desktop\samp02Xserver.win32\gamemod es\ModernLife.pwn(299) : error 001: expected token: ")", but found "{" what should i do.this is the script Код: if(strcmp(cmdtext, "/heal", t...
323