Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 30/07/23 in all areas

  1. 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.
    1 point
  2. I have a server with 7700 resources, I hope it helps you as an answer
    0 points
×
×
  • Create New...