14.11.2009, 07:28
still same crap now i have like this
and now here are errors !!!!!
ty for help anyway
Код:
forward HealCmdLock(playerid); #pragma unused params new CmdLock[MAX_PLAYERS]; new RandomHP[] = {17, 37, 65, 77}; new rand; rand = random(sizeof(RandomHP)); /*this will make a random number from 0 to the arrays size which is in this case 4 the possible numbers which can be generated are 0, 1, 2 and 3*/
Код:
C:\Documents and Settings\samp\Desktop\Server2\gamemodes\WeedsRP.pwn(82) : error 017: undefined symbol "params" C:\Documents and Settings\samp\Desktop\Server2\gamemodes\WeedsRP.pwn(89) : error 010: invalid function or declaration C:\Documents and Settings\samp\Desktop\Server2\gamemodes\WeedsRP.pwn(251) : warning 203: symbol is never used: "params" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.