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)
[editline]19th August 2014[/editline]
Sorry, I meant "Donator Class" In case that changes anything
What's wrong with [URL="http://facepunch.com/showthread.php?t=1418822"]this thread?[/URL]
You sure are [URL="http://facepunch.com/showthread.php?t=1418819"]posting this a lot[/URL].
Dude your using GETUSERGROUP WHEN ITS IsUserGroup("")
[QUOTE=log404;45752622]Dude your using GETUSERGROUP WHEN ITS IsUserGroup("")[/QUOTE]
[URL="http://wiki.garrysmod.com/page/Player/GetUserGroup"]Wrong.[/URL]
Sorry, you need to Log In to post a reply to this thread.