None of commands are working
#1

None of my commands are working,
If you would like the full code please ask,
All i would provide on first post is:

pawn Код:
if (strcmp("/land lv", cmdtext, true))
    {
        new name[24];
        GetPlayerName(playerid,name,24);
        format(str, sizeof(str), "%s to ATC: Requesting clearance for landing", name);
        SendClientMessageToAll(0xFFFFFFFF, str);
        return 1;
    }
Reply
#2

You can't have a space in the command.
Reply


Forum Jump:


Users browsing this thread: