2 Quick qestions. - 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: 2 Quick qestions. (
/showthread.php?tid=185662)
2 Quick qestions. -
OldDirtyBastard - 25.10.2010
Hello, i wanna ask how can i make that my pickups will spin in circles like in single player,
also how can i make that when i shoot the gas pumps at the gas station, they explode...
Thanks, regards.
Re: 2 Quick qestions. -
pater - 25.10.2010
first)
Script Based Shit:
https://sampwiki.blast.hk/wiki/CreatePickup
https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup
SinglePlayer Pickups:
http://weedarr.wikidot.com/pickups
second)
Use This:
https://sampwiki.blast.hk/wiki/GivePlayerWeapon
Select Your Weapon:
https://sampwiki.blast.hk/wiki/Weapons
enjoy
Re: 2 Quick qestions. -
OldDirtyBastard - 25.10.2010
nice joke, i realy aplauding to your sence of humor.
Re: 2 Quick qestions. -
Hiddos - 25.10.2010
1. Pickups automatically spin in circles, make sure you're using CreatePickup, and not CreateObject. I had this problem as well and it really pissed me off ^^.
2. Some gas pumps can explode, some can't. They're just like barrels, some are explosive and others aren't. AFAIK there are two gas pump models that GTA SA uses, and only one of them is explosive, just like some barrels are and some aren't. If you're talking about 'static' pumps (That were created by GTA SA, not by yourself), you can't remove them. If you made them yourself, replace them with the explosive gas pump. Use a map editor to find out which model ID is and isn't explosive.
Re: 2 Quick qestions. -
OldDirtyBastard - 25.10.2010
ah, thanks Hiddos