Jump to content

[OFFERING] Scripting Services [Non-Paid]


Recommended Posts

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

 

Link to comment
  • 2 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...