18.11.2007, 14:48
i am trying to make a command so when you do /kill
its kills you and a message saying ([there name] has just die
can someone help me please
cheers carljohno
its kills you and a message saying ([there name] has just die
Код:
if (strcmp("/kill",cmdtext,true,100) ==0){ SetPlayerHealth(playerid,0); SendClientMessageToAll(0xAFAFAF00,pName);
cheers carljohno