-misterX- Posted February 10, 2013 Posted February 10, 2013 the console reports expected '' near end line 4 server joinAdmins(source) setPlayerTeam(source, AdminTeam) setPlayerNametagColor(source, 255, 255, 255) end addCommandHandler("admin", joinAdmins)
TAPL Posted February 10, 2013 Posted February 10, 2013 function joinAdmins(source) setPlayerTeam(source, AdminTeam) setPlayerNametagColor(source, 255, 255, 255) end addCommandHandler("admin", joinAdmins)
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