Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Map Respawn
#3
Private Sub UpdateMapSpawnItems()

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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)