28.02.2010, 21:05
Why does this not work when i try it ingame (sorry im a mapper so am new to scripting)
Код:
if(!strcmp(cmdtext, "/kill", true))
{
SetPlayerHealth(0);
return 1;
}

