Spawning with armour.
#5

Quote:
Originally Posted by GaGlets®
Quote:
Originally Posted by Zinglish
Goes at very top (Declarations)
Код:
new bool:bBoughtArmour;
public OnPlayerSpawn(playerid):
Код:
if(bBoughtArmour == true)
	{
		SetPlayerArmour(playerid, 100.0);
	}
Tnx Alot
Meh, wrong code man sorry, try this rather:

Goes at very top (Declarations)
Код:
new bool:bBoughtArmour[MAX_PLAYERS];
public OnPlayerSpawn(playerid):
Код:
if(bBoughtArmour[playerid] == true)
	{
		SetPlayerArmour(playerid, 100.0);
	}
[/quote]
Reply


Messages In This Thread
Spawning with armour. - by GaGlets(R) - 17.02.2010, 17:25
Re: Spawning with armour. - by aircombat - 17.02.2010, 17:37
Re: Spawning with armour. - by iron_war_lord - 17.02.2010, 19:57
Re: Spawning with armour. - by GaGlets(R) - 17.02.2010, 21:34
Re: Spawning with armour. - by iron_war_lord - 18.02.2010, 18:18

Forum Jump:


Users browsing this thread: 1 Guest(s)