[FilterScript] Shockerz Heli Dialog/Spawner (simple)
#1

this Is a very simple FS it contains all Helicopters.

Cmd: /helis

link:

http://pastebin.com/sjK7NRyg

plz reply and enjoy
Reply
#2

Код:
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!
Reply
#3

lol /planes, /helis nice keep it up
Reply
#4

Very Simple But Good Thanks
Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)