Tiny problem
#3

You must to have
Код:
return SendClientMessage(playerid, RED, "That is an unknown command! Type /cmds for a list of available commands.");
so will be:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    //stuff
    //another stuff
    return SendClientMessage(playerid, RED, "That is an unknown command! Type /cmds for a list of available commands.");
}
Reply


Messages In This Thread
Tiny problem - by TheNuttyScientist - 19.11.2010, 20:28
AW: Tiny problem - by Extremo - 19.11.2010, 20:30
Re: Tiny problem - by IstuntmanI - 19.11.2010, 20:30
Re: Tiny problem - by BigAl - 19.11.2010, 20:31
Re: Tiny problem - by TheNuttyScientist - 19.11.2010, 20:34
Re: Tiny problem - by dark_clown - 19.11.2010, 20:53

Forum Jump:


Users browsing this thread: 1 Guest(s)