04.08.2011, 13:34
Hey guys,
I got a few questions, which are quite simple IMO.
I've seen that alot of people using in commands 'params'. I know that theres 'cmdtext' aswell, but what i dont know is the difference.
Example:
What is the difference between those?
I got a few questions, which are quite simple IMO.
I've seen that alot of people using in commands 'params'. I know that theres 'cmdtext' aswell, but what i dont know is the difference.
Example:
pawn Код:
COMMAND:blabla(playerid, cmdtext)
COMMAND:blabla(playerid, cmdtext[])
COMMAND:blabla(playerid, params)
COMMAND:blabla(playerid, params[])