Jump to content

Gang System isGangMember


DRW

Recommended Posts

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?

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...