SA-MP Forums Archive
None of commands are working - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: None of commands are working (/showthread.php?tid=90539)



None of commands are working - JoeDaDude - 08.08.2009

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;
    }



Re: None of commands are working - XPlatform - 08.08.2009

You can't have a space in the command.