04.06.2012, 16:08
FIXED: I imagine other people with the same problem so here is the solution, Make sure you have this,
pawn Код:
public OnPlayerRequestSpawn(playerid)
{
SetPlayerHealth(playerid, 100);
return 1;
}

