06.02.2010, 09:15
We use a lot of Textdraws at AdrenalineX, timeouts on GMX have improved by limiting functions when the server starts.
Possible problems with your script:
Destroying vehicles on gamemode exit is pointless (I think), because they will be destroyed anyway.
Destroying pickups on gamemode exit is pointless (I think), because they will be destroyed anyway.
Destroying objects on gamemode exit is pointless (I think), because they will be destroyed anyway.
You don't check if player is logged in before saving accounts.
When you GMX, players disconnect (so saving is used twice [once on gmx, once on disconnect])
Possible problems with your script:
Destroying vehicles on gamemode exit is pointless (I think), because they will be destroyed anyway.
Destroying pickups on gamemode exit is pointless (I think), because they will be destroyed anyway.
Destroying objects on gamemode exit is pointless (I think), because they will be destroyed anyway.
You don't check if player is logged in before saving accounts.
When you GMX, players disconnect (so saving is used twice [once on gmx, once on disconnect])

