SA-MP Forums Archive
Weapons in spawn don't working - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Weapons in spawn don't working (/showthread.php?tid=54745)



Weapons in spawn don't working - tatane_speed - 06.11.2008

hello
I made modifivation in arms when the character is Spawn, but the weapons that I want to do not (apart the Desert Eagle)
is what you Savvas why?
Here is the line that I change:
Код:
	AddPlayerClass(280,1958.3783,1343.1572,15.3746,270.1425,334,300,24,300,-1,-1);
	AddPlayerClass(281,1958.3783,1343.1572,15.3746,270.1425,334,300,24,300,-1,-1);
	AddPlayerClass(282,1958.3783,1343.1572,15.3746,270.1425,334,300,24,300,-1,-1);
	AddPlayerClass(283,1958.3783,1343.1572,15.3746,269.1425,334,300,24,300,-1,-1);
	AddPlayerClass(284,1958.3783,1343.1572,15.3746,269.1425,334,300,24,300,-1,-1);
	AddPlayerClass(285,1958.3783,1343.1572,15.3746,269.1425,334,300,24,300,-1,-1);
	AddPlayerClass(286,1958.3783,1343.1572,15.3746,269.1425,334,300,24,300,-1,-1);
	AddPlayerClass(287,1958.3783,1343.1572,15.3746,269.1425, 356,300, 24,300, 335,1);



Re: Weapons in spawn don't working - RyDeR` - 14.07.2009

Just add the weapons jou want with GivePlayerWeapon(id,bullet); in OnPlayerSpawn.


Re: Weapons in spawn don't working - Abernethy - 14.07.2009

You are using the wrong model. What gun is isn't working? I'll fix it for you.