Jump to content

Multiple Spawnpoint code not working


Guest Gamer99

Recommended Posts

What exactly isn't working? Do you get error messages or warnings?

There's a syntax error in your code:

lobal b = spawnPlayer(player, spawnX[rand], spawnY[rand], spawnZ[rand], 0, randInt(9,288)) 

Instead of:

local b = spawnPlayer(player, spawnX[rand], spawnY[rand], spawnZ[rand], 0, randInt(9,288)) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...