If you die armour stay.
#1

Hi. I have problem with "If player dies, armor stay". How can I do it? I tried this:
Код:
new Float:deatharmor; // At the top

public OnPlayerDeath(playerid, killerid, reason)
deatharmor = GetPlayerArmour(playerid);
and
public OnPlayerSpawn( playerid )
SetPlayerArmour(playerid, deatharmor);
Reply


Messages In This Thread
If you die armour stay. - by Ernestas_ - 27.04.2012, 09:40
Re: If you die armour stay. - by FalconX - 27.04.2012, 09:48
Re: If you die armour stay. - by MP2 - 27.04.2012, 09:52
Re: If you die armour stay. - by Ernestas_ - 27.04.2012, 09:58
Re: If you die armour stay. - by MP2 - 27.04.2012, 10:01
Re: If you die armour stay. - by FalconX - 27.04.2012, 10:02
Re: If you die armour stay. - by Ernestas_ - 27.04.2012, 10:07
Re: If you die armour stay. - by MP2 - 27.04.2012, 10:11
Re: If you die armour stay. - by FalconX - 27.04.2012, 10:35
Re: If you die armour stay. - by Ernestas_ - 27.04.2012, 10:39

Forum Jump:


Users browsing this thread: 1 Guest(s)