Please help me please...
#3

Quote:
Originally Posted by Kestro
Посмотреть сообщение
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
Fail, how do you know he has already defined COLOR_WHITE in his script.

Change COLOR_WHITE to -1
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)