21.08.2012, 21:09
Soo I have this code:
And this code:
It compiles fine yet it wont work.
PHP код:
public OnPlayerSpawn(playerid) // OnPlayerSpawn Callback
{
if(Alive[playerid] == false) return 0;
}
return 1;
}
PHP код:
public OnPlayerDeath(playerid, killerid, reason)
{
pInfo[playerid][pAlive] = false;
return 1;
}