27-03-2009, 06:15 PM
Private Sub UpdateMapSpawnItems()
Find:
Change it to:
Fixed.
Find:
Code:
' Make sure no one is on the map when it respawns
If Not PlayersOnMap(y) Then
Change it to:
Code:
' Make sure no one is on the map when it respawns
If PlayersOnMap(y) = NO Then
Fixed.