Please help me please...
#2

If you want it to say SERVER: Unkown Command, use this code.

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success) SendClientMessage(playerid, COLOR_WHITE, "SERVER: Unknown command.");
    return 1;
}
and make sure you are putting return 1; at the end of each command and formatting them properly

pawn Код:
#define COLOR_WHITE 0xFFFFFFAA
Reply


Messages In This Thread
Please help me please... - by memeli11 - 02.04.2013, 19:09
Re: Please help me please... - by Kestro - 02.04.2013, 19:40
Re: Please help me please... - by FunnyBear - 02.04.2013, 19:43
Re: Please help me please... - by Kestro - 02.04.2013, 19:45

Forum Jump:


Users browsing this thread: 1 Guest(s)