21.07.2012, 18:25
Hello guys I am truing to make a command /bite and I want when a player use it ton some other player it looses the otherplayer health but in my script it reduces my health.
pawn Код:
{
if (strcmp("/bite", cmdtext, true, 10) == 0)
{
Setplayerhealth(player,-5);
return 1;
}