06.05.2013, 14:17
You should use ZCMD, you can download it here: CLICK.
Its a lot faster, and you can create command just using:
Its a lot faster, and you can create command just using:
pawn Код:
CMD:example(playerid,params[])
{
// functions here.
return 1;
}

