08.12.2014, 11:36
I found the problem:
It looks like zcmd does not support upper-cases in the commands. Even if you use upper-case ingame, it won't work.
So change:
to:
It looks like zcmd does not support upper-cases in the commands. Even if you use upper-case ingame, it won't work.
So change:
pawn Код:
COMMAND:Driverlicen(playerid, params[])
pawn Код:
COMMAND:driverlicen(playerid, params[])