[HELP] LARP interior 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: [HELP] LARP interior help.. (
/showthread.php?tid=102504)
[HELP] LARP interior help.. -
vafapoor - 15.10.2009
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
Re: [HELP] LARP interior help.. -
Sergei - 15.10.2009
Ask in original gamemode topic.
Re: [HELP] LARP interior help.. -
Devine - 15.10.2009
Find OnPlayerSpawn(or whatever it is on LARP) and change SetPlayerInterior(playerid, 3); to SetPlayerInterior(playerid, 0);
Re: [HELP] LARP interior help.. -
vafapoor - 15.10.2009
didnt help man.
Re: [HELP] LARP interior help.. -
Ritchie999 - 15.10.2009
Try searching for it in the script and change it from 3 to 0
Re: [HELP] LARP interior help.. -
vafapoor - 15.10.2009
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
Re: [HELP] LARP interior help.. -
Ritchie999 - 15.10.2009
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
Re: [HELP] LARP interior help.. -
Peter_Corneile - 16.10.2009
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
and edit it