#8

still same crap now i have like this

Код:
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*/
and now here are errors !!!!!

Код:
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.
ty for help anyway
Reply


Messages In This Thread
/hme - by Lajko1 - 13.11.2009, 15:02
Re: /hme - by dice7 - 13.11.2009, 15:09
Re: /hme - by Lajko1 - 13.11.2009, 15:53
Re: /hme - by Lajko1 - 13.11.2009, 16:04
Re: /hme - by Rzzr - 13.11.2009, 16:16
Re: /hme - by Lajko1 - 14.11.2009, 07:22
Re: /hme - by BP13 - 14.11.2009, 07:25
Re: /hme - by Lajko1 - 14.11.2009, 07:28
Re: /hme - by dice7 - 14.11.2009, 07:32
Re: /hme - by BP13 - 14.11.2009, 07:34

Forum Jump:


Users browsing this thread: 2 Guest(s)