golanu21 Posted February 26, 2013 Posted February 26, 2013 function randomFunction ( thePlayer ) setPlayerWantedLevel ( thePlayer, 1 ) outputChatBox ( getPlayerName ( thePlayer ) "released Public Intoxication WL", root, 255, 0, 0 ) end addCommandHandler ( "fart", randomFunction ) attempt to call global 'setPlayerWantedLevel [Dev]BloWnRPG - We BloW the World [1%]
Castillo Posted February 26, 2013 Posted February 26, 2013 You surely defined the script as client side on meta.xml, but it's server side. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
iPrestege Posted February 26, 2013 Posted February 26, 2013 function randomFunction( thePlayer ) setPlayerWantedLevel ( thePlayer, 1 ) outputChatBox (" "..getPlayerName(thePlayer).." released Public Intoxication WL ", root, 255, 0, 0 ) end addCommandHandler ( "fart", randomFunction )
golanu21 Posted February 26, 2013 Author Posted February 26, 2013 thanx guys [Dev]BloWnRPG - We BloW the World [1%]
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