SA-MP Forums Archive
[FilterScript] Shockerz Heli Dialog/Spawner (simple) - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Shockerz Heli Dialog/Spawner (simple) (/showthread.php?tid=178267)



Shockerz Heli Dialog/Spawner (simple) - Shockey - 21.09.2010

this Is a very simple FS it contains all Helicopters.

Cmd: /helis

link:

http://pastebin.com/sjK7NRyg

plz reply and enjoy


Re: Shockerz Heli Dialog/Spawner (simple) - Basicz - 21.09.2010

Код:
new Float:X, Float:Y, Float:Z, Float:Ang, Int, pVeh;
Int = GetPlayerInterior(playerid);
GetPlayerPos(playerid, X, Y, Z);
GetPlayerFacingAngle(playerid, Ang);
GetPlayerInterior(playerid);
pVeh = CreateVehicle(417, X, Y, Z, Ang, 0, 0, -1);
LinkVehicleToInterior(pVeh, Int);
PutPlayerInVehicle(playerid, pVeh, 0);
I used that code too to spawn a car!

Nice filterscript Shockey!


Re: Shockerz Heli Dialog/Spawner (simple) - royal_king - 22.09.2010

lol /planes, /helis nice keep it up


Re: Shockerz Heli Dialog/Spawner (simple) - oFLu - 20.08.2011

Very Simple But Good Thanks


Re: Shockerz Heli Dialog/Spawner (simple) - Stefan_Toretto - 20.08.2011

not very useful, you can do this with other vehicle spawners...