Monty Posted October 16, 2012 Posted October 16, 2012 what's wrong? please help function createRobberTeam () robberTeam = createTeam ( "Criminal", 250, 0, 0 ) end addEventHandler ( "onResourceStart", resourceRoot, createRobberTeam ) addEvent ( "robberJobAccepted", true ) function givePlayerJob ( ) setPlayerTeam ( source, robberTeam ) playeraccount = getPlayerAccount(source) if getAccountData(playeraccount, "standardskin") == 0 then setElementModel(source, 0) else setElementModel(source,getAccountData(playeraccount,"standardskin")) end end end addEventHandler ( "robberJobAccepted", root, givePlayerJob )
Aibo Posted October 16, 2012 Posted October 16, 2012 you have an extra end at line 14. or 15. or 16. hard to tell without proper indentation
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