DRW Posted June 2, 2015 Posted June 2, 2015 addEvent ("team9", true) addEventHandler ("team9", getRootElement(), function() local account = getPlayerAccount (source) if not isGuestAccount(account) then local accName = getAccountName (account) if isGangMember ("TMK",accName) then setPlayerTeam (source, escuadron17) outputChatBox ("Bienvenido, miembro de TMK.",source, 255,255,255) setElementPosition (source,188.6015625, -299.2578125, 1.578125) triggerClientEvent (source, "amosnose", source) end end end) attempt to call global isGangMember (a nil value). Whats the problem?
DRW Posted June 2, 2015 Author Posted June 2, 2015 Have you created 'isGangMember' function? It's using gang_system by castillo, included in meta.xml
WhoAmI Posted June 2, 2015 Posted June 2, 2015 If you are creating this function in another resource you have to call it like that exports.gang_system:isGangMember
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