[SOLVED] Don't know why it didn't work
#7

pawn Код:
new Float:OldArmour[MAX_PLAYERS];//Top of your script

public OnPlayerInteriorChange(playerid,newinteriorid,oldinteriorid)
{
    if(newinteriorid > 0)
    {
        GetPlayerArmour(playerid, OldArmour[playerid]);
        SetPlayerArmour(playerid, 10000000);
    }
    else
    {
        SetPlayerArmour(playerid, OldArmour[playerid]);
    }
    return 1;
}
Reply


Messages In This Thread
[SOLVED] Don't know why it didn't work - by TheChaoz - 28.12.2009, 20:40
Re: Don't know why it didn't work - by Bearfist - 28.12.2009, 20:49
Re: Don't know why it didn't work - by TheChaoz - 28.12.2009, 20:57
Re: Don't know why it didn't work - by Bearfist - 28.12.2009, 21:03
Re: Don't know why it didn't work - by TheChaoz - 28.12.2009, 21:10
Re: Don't know why it didn't work - by Bearfist - 28.12.2009, 21:16
Re: Don't know why it didn't work - by Dark_Kostas - 28.12.2009, 21:23
Re: Don't know why it didn't work - by TheChaoz - 28.12.2009, 21:29
Re: Don't know why it didn't work - by Dark_Kostas - 28.12.2009, 21:30
Re: Don't know why it didn't work - by fsnameless - 28.12.2009, 21:38

Forum Jump:


Users browsing this thread: 1 Guest(s)