27.09.2010, 19:31
The way I worked is I replaced (ctrl+h, replace all) every
to
and
to
Then for the scripts, well you just have to use params[] instead of cmdtext[] when you want a parameter and I use sscanf for multiple parameters.
pawn Код:
if(strcmp(cmd, "/
pawn Код:
COMMAND:
pawn Код:
", true) == 0)
pawn Код:
(playerid, params[])