Adding weapons to this gamemode?
#7

Edit: I have added the weapon but when i try,i have only desert eagle

Quote:

public OnPlayerSpawn(playerid)
{
GivePlayerWeapon(playerid, 331, 500);
GivePlayerWeapon(playerid, 342, 5);
GivePlayerWeapon(playerid, 347, 50);
GivePlayerWeapon(playerid, 350, 30);
GivePlayerWeapon(playerid, 354, 100);
GivePlayerWeapon(playerid, 356, 100);
GivePlayerMoney(playerid, PocketMoney);
SetPlayerInterior(playerid,0);
TogglePlayerClock(playerid,0);
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)