thing wrong with OnPlayerDeath
#9

This has nothing to do if 100 dollars goes when you die other than 1,000.

But whatever
pawn Код:
public OnPlayerSpawn(playerid)
{
    if(Police[playerid] == 1)
    {
        ServerWeapon(playerid, 24, 75);
        ServerWeapon(playerid, 25, 50);
        ServerWeapon(playerid, 31, 200);
    }
    else if(Terro[playerid] == 1)
    {
        ServerWeapon(playerid, 24, 75);
        ServerWeapon(playerid, 27, 65);
        ServerWeapon(playerid, 31, 200);
    }
    if(PlayerInfo[playerid][pVIP] == 1)
    {
        SetPlayerArmour(playerid, 100.0);
        return 1;
    }
    SetPlayerScore(playerid, PlayerInfo[playerid][pScore]);
    SetPlayerHealth(playerid, 100.0);
    return 1;
}
Reply


Messages In This Thread
thing wrong with OnPlayerDeath - by Elysian` - 09.12.2012, 20:11
Re: thing wrong with OnPlayerDeath - by HireMe - 09.12.2012, 20:48
Re: thing wrong with OnPlayerDeath - by Elysian` - 10.12.2012, 10:28
Re: thing wrong with OnPlayerDeath - by [HK]Ryder[AN] - 10.12.2012, 10:50
Re: thing wrong with OnPlayerDeath - by BleverCastard - 10.12.2012, 14:07
Re: thing wrong with OnPlayerDeath - by Lordzy - 10.12.2012, 14:11
Re: thing wrong with OnPlayerDeath - by BleverCastard - 10.12.2012, 14:44
Re: thing wrong with OnPlayerDeath - by LarzI - 10.12.2012, 14:50
Re: thing wrong with OnPlayerDeath - by BleverCastard - 10.12.2012, 14:54
Re: thing wrong with OnPlayerDeath - by Elysian` - 10.12.2012, 19:23

Forum Jump:


Users browsing this thread: 2 Guest(s)