08.07.2010, 11:17
Do
Just typed it from scratch now... Tell me if you get any errors for that..
Edit: soz for indention
pawn Код:
if(/* Playerinareafunction */)
{
if(/* IsplayeradminCode */)
{
/* your code here*/
}
}
else
{
SetPlayerHealth(playerid,0.0);
}
}
Edit: soz for indention