idiot Posted January 10, 2008 Share Posted January 10, 2008 Hi, is there a way to make a script for full bike/BMX skills? It would be helpful for freeroam servers. But i am a scripting noob ;S! Could someone try to make it? Link to comment
Cloudhunter Posted January 10, 2008 Share Posted January 10, 2008 Here you go - simple server-side script for you - untested, but should work. function maxBikeCycle () setPlayerStat ( source, 229, 999 ) setPlayerStat ( source, 230, 999 ) end addEventHandler ( "onPlayerJoin", getRootElement(), maxBikeCycle ) Put it in a file called maxstats.lua in a folder in the resources folder, and make a meta.xml with this in it: <meta> <info author="yournamehere" description="maxes the bike and cycle skill on player join" type="script" version="1.0.0" /> <script src="maxstats.lua" type="server" /> </meta> Hope that helps Cloudy Link to comment
idiot Posted January 11, 2008 Author Share Posted January 11, 2008 Yeah helps! THANKS A LOT! 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