Post the server side part where you trigger: "gang.returnGangBank".
Edit: Now that I compared your code to one of my scripts, I noticed that they're pretty much the same thing.
addEvent ( "gangSystem:returnGangBank", true )
addEventHandler ( "gangSystem:returnGangBank", root,
function ( balance, actions )
guiSetText ( gangGUI[ "gangPanel" ][ "money_balance" ], tostring ( balance ) )
guiGridListClear ( gangGUI[ "gangPanel" ][ "money_action_list" ] )
for index, action in ipairs ( actions ) do
local row = guiGridListAddRow ( gangGUI[ "gangPanel" ][ "money_action_list" ] )
guiGridListSetItemText ( gangGUI[ "gangPanel" ][ "money_action_list" ], row, 1, tostring ( action[ "action" ] ), false, false )
end
end
)
And I know why, it's because one of your servers ( SORC:ZM ) is using leaked scripts of my property.
Topic locked.