Adding weapons to this gamemode?
#6

Quote:
Originally Posted by [N
Dakota ]
Look on when the gangs spawn, i assume gTeam, where it shows OnPlayerSpawn the team select, do GivePlayerWeapon there.
Here is,i need to add different weapons for different gangs.

Код:
public OnPlayerSpawn(playerid)
{
	GivePlayerMoney(playerid, PocketMoney);
	SetPlayerInterior(playerid,0);
	TogglePlayerClock(playerid,1);
 	GangZoneShowForPlayer(playerid, Grovestreet, 0x00800096);
  GangZoneShowForPlayer(playerid, Bikers, 0x80808096);
  GangZoneShowForPlayer(playerid, Ballas, 0x40008096);
  GangZoneShowForPlayer(playerid, Aztecas, 0x00FFFF96);
	GangZoneShowForPlayer(playerid, Themafia, 0x3C3C3C96);
  	GangZoneShowForPlayer(playerid, TheTriads, 0xC0C0C096);
  GangZoneShowForPlayer(playerid, Danang, 0x00000096);
  GangZoneShowForPlayer(playerid, Vagos, 0xFFFF0096);
 	
  
	return 1;
}
Reply


Messages In This Thread
Adding weapons to this gamemode? - by Face9000 - 29.01.2010, 17:57
Re: Adding weapons to this gamemode? - by Finn - 29.01.2010, 18:02
Re: Adding weapons to this gamemode? - by Face9000 - 29.01.2010, 18:33
Re: Adding weapons to this gamemode? - by Naruto4 - 29.01.2010, 18:38
Re: Adding weapons to this gamemode? - by -Rebel Son- - 29.01.2010, 18:41
Re: Adding weapons to this gamemode? - by Face9000 - 29.01.2010, 18:53
Re: Adding weapons to this gamemode? - by Face9000 - 29.01.2010, 19:01
Re: Adding weapons to this gamemode? - by Face9000 - 29.01.2010, 19:10
Re: Adding weapons to this gamemode? - by -Rebel Son- - 29.01.2010, 22:30

Forum Jump:


Users browsing this thread: 1 Guest(s)