Spawn bug?
#1

Soo I have this code:

PHP код:
public OnPlayerSpawn(playerid)                    // OnPlayerSpawn Callback
    
{
    if(
Alive[playerid] == false) return 0;
    }
    return 
1;

And this code:

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
    
pInfo[playerid][pAlive] = false;
    return 
1;

It compiles fine yet it wont work.
Reply


Messages In This Thread
Spawn bug? - by ValentinLaw - 21.08.2012, 21:09
Re: Spawn bug? - by Whitetiger - 21.08.2012, 21:36

Forum Jump:


Users browsing this thread: 1 Guest(s)