Spawn Help
#1

Hello, whenever i make my GM's when i put the Spawn part in Cj or what skin spawns under the water or about 10000000 feet in the sky wich is a problem can some tell me where i can get a spawn around the LV Airport
Reply
#2

Could you post your "AddPlayerClass" lines, as it may be those that have faulty co-ordinates.

Either that or you're spawning them in the wrong interior somehow.

By default you get put near the LV Strip, near some escalators, so I can only assume it's co-ordinate error not script error.
Reply
#3

Код:
public OnPlayerSpawn(playerid)
{
 	SetPlayerCheckpoint(playerid,1378.6001,-2241.1985,13.5469,4.0);
 	GivePlayerMoney(playerid,100000);
	return 1;
}
Thats LS Airort
Reply
#4

Assuming you want to give him a bucket-load of money >.>

Quote:
Originally Posted by [JnG
MediaFire ]
pawn Код:
GivePlayerMoney(playerid,100000);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)