Xwad Posted February 5, 2015 Share Posted February 5, 2015 Sziasztok csináltam egy scriptet a szerveremhez de nem müködik valamiért. Ez script azt teszi lehetővé ,hogy a S.W.A.T. járművel úgy lehessen lőni mint a tank-al Tank.lua function onSwatFire(key, keyState, vehicleFireType) local vehicle = getPedOccupiedVehicle(localPlayer) local vehModel = getElementModel(vehicle) if vehModel == 601 then if vehicleFireType == "primary" or vehicleFireType == "secondary" then -- your choice local _,_,_,shootX, shootY, shootZ = getCameraMatrix() local ped = createPed(0, shootX, shootY, shootZ) local x,y,z = getElementPosition(vehicle) createProjectile(vehicle--[[vehicle or localPlayer - Your choice]],19,x,y,z+1,200,ped) if isElement(ped) then destroyElement(ped) end end end end Link to comment
Discord Moderators Pirulax Posted June 22, 2017 Discord Moderators Share Posted June 22, 2017 Használj kód tageket kérlek. Link to comment
WorthlessCynomys Posted June 22, 2017 Share Posted June 22, 2017 6 hours ago, pa3ck said: 15 hours ago, Pirulax said: Használj kód tageket kérlek. Csak 2 eve lett postolva Mindenki csak beleköt valamibe Link to comment
Discord Moderators Pirulax Posted June 22, 2017 Discord Moderators Share Posted June 22, 2017 Muszáj Link to comment
NeXuS™ Posted August 4, 2017 Share Posted August 4, 2017 @StormFighter, nem, ez nem kötekedés. A régi posztok bumpolása szabályzat szerint is tiltott. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now