Hello guys, I have been scripting in LUA for 1 and half year. I am doing Software Engineering and its my 7th semester and currently my university is off. So as my university is off so I would like to script for a server without taking money. Contact me using forum messages.
Regards
Unknown-Guy.
Some of my code so u can see how good i am;
function vehicleExplode ()
setTimer( destroyElement, 500, 1, source)
end
addEventHandler ( "onVehicleExplode", getRootElement(), vehicleExplode )
script to destroy vehicles when exploded
and..
function admtt (thePlayer)
if ( getTeamName(getPlayerTeam(thePlayer)) == "Staff" ) then
local vehicle = getPedOccupiedVehicle ( thePlayer )
if ( vehicle ) then
setElementVelocity ( vehicle,0,0,0)
end
end
end
addCommandHandler("superb", admtt)
superbrake
Thats great code isnt it?
On community i am: https://community.multitheftauto.com/index.php?p=profile&id=438797 check in future