How to check [Random Spawn]
#1

I want to check if the player spawns in Abandoned Airport

example

pawn Код:
enum SpawnInfo
{
     SpawnID,
     Float:x,
     Float:y,
     Float:z,
     Float:a
}

new RandomBlah[][SpawnInfo] =
{
      {id, x, y, z}, //LSAIR Blahblahblah example
      {2, x, y, z} //Abandoned Airport
}
How to check if player is spawned in Abandoned Airport from Random Spawn?
because there is some object take to load so i need to freeze player when the player is randomly spawn in Abandoned Airport.
Reply


Messages In This Thread
How to check [Random Spawn] - by JaKe Elite - 10.12.2012, 10:04

Forum Jump:


Users browsing this thread: 1 Guest(s)