03.08.2010, 00:14
Doh.. all times i had wrongly scripting dcmds/zcmds etc wtih sscanf..
Now i want to do it right..
How rightly need to use params[]
Like this?
Till this time i allways defined new variables..
Now i want to do it right..
How rightly need to use params[]
Like this?
pawn Код:
if(sscanf(params, "i", param[1])) return blabla message // param [1]
GivePlayerMoney(playerid,params[0]); // there need to be param[0] instead of - sscanf it have [1] ?