How to Make /rules cmd and other Cmds
#7

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
     if(!strcmp(cmdtext, "/mycmd")) 
     {
        SendClientMessage(playerid, 0xFFFFFFFF, "Hello Player!");
        return 1;
     }
     return 0;
}
Reply


Messages In This Thread
How to Make /rules cmd and other Cmds - by [Cali]ChrOnic_T - 16.02.2012, 13:38
Re: How to Make /rules cmd and other Cmds - by BleverCastard - 16.02.2012, 13:40
Re: How to Make /rules cmd and other Cmds - by Littlehelper - 16.02.2012, 13:41
Re: How to Make /rules cmd and other Cmds - by emokidx - 16.02.2012, 13:41
Re: How to Make /rules cmd and other Cmds - by caribe88 - 16.02.2012, 13:42
Re: How to Make /rules cmd and other Cmds - by doreto - 16.02.2012, 13:43
Re: How to Make /rules cmd and other Cmds - by Slash_ - 16.02.2012, 13:45
Re: How to Make /rules cmd and other Cmds - by Konstantinos - 16.02.2012, 13:56

Forum Jump:


Users browsing this thread: 7 Guest(s)