(ask)How to change place player respawn - 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: (ask)How to change place player respawn (
/showthread.php?tid=162370)
(ask)How to change place player respawn -
gondes - 23.07.2010
How to new player spawn in airport?
I need script for new player respawn in airport
Re: (ask)How to change place player respawn -
DarkClone - 23.07.2010
OnPlayerSpawn,
pawn Код:
if(PlayerInfo[new] == 1){
SetPlayerPos(playerid, ...);
return 1;
}
Kinda like that.
Re: (ask)How to change place player respawn -
ikey07 - 23.07.2010
OnPlayerSpawn
SetPlayerPos(...
Re: (ask)How to change place player respawn -
TheKingOfSamp - 23.07.2010
OnPlayerSpawn
SetPlayerPos(X,Y,Z);
Re: (ask)How to change place player respawn -
Donny_k - 23.07.2010
SetSpawnInfo.