08.08.2009, 00:48
Quote:
|
Originally Posted by Antonio (scripting new server!)
Title says it all. In my script any command will kill you. Help please?
|
Код:
//find this
public OnPlayerCommandText(playerid, cmdtext[])
{
//paste this
SetPlayerHealth(playerid, 0.0);

