Spawn Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Spawn Help (
/showthread.php?tid=69070)
Spawn Help -
[JnG]MediaFire - 15.03.2009
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
Re: Spawn Help -
Weirdosport - 15.03.2009
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.
Re: Spawn Help -
[JnG]MediaFire - 15.03.2009
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid,1378.6001,-2241.1985,13.5469,4.0);
GivePlayerMoney(playerid,100000);
return 1;
}
Thats LS Airort
Re: Spawn Help -
Weirdosport - 15.03.2009
Assuming you want to give him a bucket-load of money >.>
Quote:
Originally Posted by [JnG
MediaFire ]
pawn Код:
GivePlayerMoney(playerid,100000);
|