Jump to content

Max bike skill?


idiot

Recommended Posts

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

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...