• Yay for a noob :C
    0 replies, posted
Yes, this is a noob question. ;c I recently set up my dedicated server for me and maybe more people to play on. I attempted to make a VIP class but whenever I tried to it gave me errors and all of the class' went missing. (all I had to do to get them back was to get rid of the VIP script I used from 3 different people.) It is probably a noob mistake but please take your time and tell me what I did wrong. TEAM_PATROLOFFICER = AddExtraTeam("Patrol Officer", Color(0, 0, 170, 255), "models/player/riot.mdl", [[Patrol the streets and watch for crime]], {"weapon_mp52","arrest_stick","stun_stick"}, "patrolofficer", 10, 60, 0, true, true, false function(ply) return ply:GetUserGroup() == "donator" end)
Sorry, you need to Log In to post a reply to this thread.