10.12.2012, 10:04
I want to check if the player spawns in Abandoned Airport
example
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.
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
}
because there is some object take to load so i need to freeze player when the player is randomly spawn in Abandoned Airport.