Quote:
Originally Posted by Schneider
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:
pawn Код:
COMMAND:Driverlicen(playerid, params[])
to:
pawn Код:
COMMAND:driverlicen(playerid, params[])
|
This, also are you using strcmp commands anywhere in your script?