22.07.2009, 10:33
hello... my command is the /nrg .....
and i need send client message when player type /nrg a; /nrg b; /nrg 165498; /nrg kolokolomlynsky;
HOW ?
Код:
.......
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp("/nrg", cmdtext, true))
{
SendClientMessage(playerid, 0xAA3333AA, "You spawned nrg");
.....
return.........
HOW ?

