The problem GM
#2

pawn Код:
public OnPlayerCommandText(playerid,cmdtext[])
{
    if(!strcmp(cmdtext,"/command",true))
    {
        ...
        return 1;
    }
    else return SendClientMessage(playerid,-1,"Use /cmds");
    return 0;
}
Something like this?
Reply


Messages In This Thread
The problem GM - by AliNuTzZz - 17.12.2011, 11:01
Re: The problem GM - by [MG]Dimi - 17.12.2011, 11:12

Forum Jump:


Users browsing this thread: 1 Guest(s)