I was trying to make the agenda for two sets of gangster groups in the share.lua, but I keep getting script errors. Any idea on how to fix it:
})
AddAgenda("Chinese Gangster's agenda", TEAM_CMOB, (TEAM_CGANG))
AddAgenda("Russian Gangster's agenda", TEAM_RMOB, (TEAM_RGANG))
})<--------- The console keeps saying something is wrong with this but i don't know what.
I believe you should only have a single opening and closing bracket.
How hard can it be to copy an existing one and edit it?
[lua]
-- }) <- Remove this
AddAgenda("Gangster's agenda", TEAM_MOB, {TEAM_GANG})
-- }) <- Remove this
[/lua]
Bump
Still having issues with this :C
Sorry, you need to Log In to post a reply to this thread.