04.10.2012, 06:18
zcmd
And i recommend usinf sscanf2 with the coding
example
as you may see the CMD:mycommand(playerid, params[]) is zcmd
And sscanf is the code you can use strcmp but i don't recommend it.
Best one's== zcmd and sscanf2
And i recommend usinf sscanf2 with the coding
example
pawn Код:
CMD:mycommand(playerid, params[])
{
//my first command im so horny
//code's used by sscanf2 here
return 1;
}
And sscanf is the code you can use strcmp but i don't recommend it.
Best one's== zcmd and sscanf2