SA-MP Forums Archive
Help me.. - 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)
+--- Thread: Help me.. (/showthread.php?tid=463467)



Help me.. - FLapJAck - 12.09.2013

Help me To make /viplocker Please


Re: Help me.. - AaronKillz - 12.09.2013

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/viplocker", true))
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "Just what you asked for.");
        return 1;
    }
    return 0;
}