Need PLayer Spawn System in LS
#1

I NEED PLAYER SPAWN SYSTEM IN LS INFRON THE TAXI STATION
Reply
#2

Make one?
Reply
#3

how ?
Reply
#4

ooh god, go there and save sa positions (/save) and then in gamemode to fuction OnPlayerSpawn put:
Код:
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, PositionX, Position Y, PositionZ);
if you have faction/groups, you must to do conditions:
If(PayerInfo[playerid][pFaction] > 0)
{
        Coordonate to spawn at faction spawn....
}
else
{
      SetPlayerInterior(playerid, 0);
      SetPlayerPos(playerid, PositionX, Position Y, PositionZ);
}
PayerInfo[playerid][pFaction] is an example for variable which stock the faction for player.
Your variable can be called otherwise.
Reply
#5

i got script how to get the spawn system from it
Reply
#6

Check OnPlayerSpawn and put the coords. also check register system
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)