[HELP] LARP interior help..
#1

you know LARP? right.. okay listen after the tutorial and shit in my LARP script once the player finishes the tutorial he spawns at the airport with interior id of " 3 " i need it so when he finishes tutorial and spawns at airport the players interior is set to " 0 " automaticly when his spawned
pls man i searched and i got nothing
Reply
#2

Ask in original gamemode topic.
Reply
#3

Find OnPlayerSpawn(or whatever it is on LARP) and change SetPlayerInterior(playerid, 3); to SetPlayerInterior(playerid, 0);
Reply
#4

didnt help man.
Reply
#5

Try searching for it in the script and change it from 3 to 0
Reply
#6

Quote:
Originally Posted by Ritchie999
Try searching for it in the script and change it from 3 to 0
you didnt help eathier but i fixed it myself
Reply
#7

Quote:
Originally Posted by vafapoor
Quote:
Originally Posted by Ritchie999
Try searching for it in the script and change it from 3 to 0
you didnt help eathier but i fixed it myself
i know, i tried to though, i dont know very much about it either myself
Reply
#8

pawn Код:
else
      {
            SetPlayerToTeamColor(playerid);
            SetPlayerPos(playerid,1612.3240,-2330.1670,13.5469);
            SetPlayerFacingAngle(playerid, 0);
            SetPlayerInterior(playerid,0);
            PlayerInfo[playerid][pInt] = 0;
            return 1;
        }
Find this under
pawn Код:
public SetPlayerSpawn
and edit it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)