(ask)How to change place player respawn
#1

How to new player spawn in airport?

I need script for new player respawn in airport
Reply
#2

OnPlayerSpawn,

pawn Код:
if(PlayerInfo[new] == 1){
SetPlayerPos(playerid, ...);
return 1;
}
Kinda like that.
Reply
#3

OnPlayerSpawn

SetPlayerPos(...
Reply
#4

OnPlayerSpawn
SetPlayerPos(X,Y,Z);
Reply
#5

SetSpawnInfo.
Reply


Forum Jump:


Users browsing this thread: