21.09.2010, 11:57
this Is a very simple FS it contains all Helicopters.
Cmd: /helis
link:
http://pastebin.com/sjK7NRyg
plz reply and enjoy
Cmd: /helis
link:
http://pastebin.com/sjK7NRyg
plz reply and enjoy
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);