Im trying to edit door groups in darkrp, and i make one for cops, mayor, police chief and my swat job, and it doesnt show up ingame, and also im making one for gangsters, thief, and mobboss
[code]
AddDoorGroup("Police, SWAT, and Mayor only", TEAM_CHIEF, TEAM_POLICE, TEAM_MAYOR, TEAM_SWAT)
[/code]
[code]
AddDoorGroup("Criminals Only", TEAM_MOB, TEAM_THIEF, TEAM_GANG, TEAM_HITMAN)
[/code]
I copied and pasted right of the example
AddDoorGroup requires table for a second argument as far as i know
[code]
AddDoorGroup("Police, SWAT, and Mayor only", {TEAM_CHIEF, TEAM_POLICE, TEAM_MAYOR, TEAM_SWAT})
AddDoorGroup("Criminals Only", {TEAM_MOB, TEAM_THIEF, TEAM_GANG, TEAM_HITMAN})
[/code]
[QUOTE=AirBlack;44845095]AddDoorGroup requires table for a second argument as far as i know
[code]
AddDoorGroup("Police, SWAT, and Mayor only", {TEAM_CHIEF, TEAM_POLICE, TEAM_MAYOR, TEAM_SWAT})
AddDoorGroup("Criminals Only", {TEAM_MOB, TEAM_THIEF, TEAM_GANG, TEAM_HITMAN})
[/code][/QUOTE]
no they do not
[editline]19th May 2014[/editline]
can you show the whole file to see if you put is somewhere wrong
Sorry, you need to Log In to post a reply to this thread.