color define help
#9

Quote:
Originally Posted by Michael_Cuellar
Посмотреть сообщение
It works only a loose indention now
Try this

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/Kill()", cmdtext, true, 10) == 0)
{
    SetPlayerHealth(playerid, 0);
    SendClientMessage(playerid, 0xFFFF00AA , "(INFO) You have commited suicide!");

return 1;
}
return 0;
}
Reply


Messages In This Thread
color define help - by Michael_Cuellar - 23.04.2012, 22:41
Re: color define help - by Scripter12345 - 23.04.2012, 22:42
Re: color define help - by Michael_Cuellar - 23.04.2012, 22:46
Re: color define help - by Scripter12345 - 23.04.2012, 22:51
Re: color define help - by Michael_Cuellar - 23.04.2012, 22:55
Re: color define help - by .FuneraL. - 23.04.2012, 22:57
Re: color define help - by Scripter12345 - 23.04.2012, 22:57
Re: color define help - by .FuneraL. - 23.04.2012, 23:06
Re: color define help - by Scripter12345 - 23.04.2012, 23:06

Forum Jump:


Users browsing this thread: 2 Guest(s)