SA-MP Forums Archive
Interior problem - 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: Interior problem (/showthread.php?tid=74198)



Interior problem - JoeDaDude - 20.04.2009

Im giving it my first go at interiors,
And i have made an island and i am trying to add interiors,
The Information Marker isent showing up outside the door so i cannot enter it,
Is the code i am using right?

pawn Код:
new interior1;
new interior1exit;

interior1 = CreatePickup(1273, 23, -6177.2075, 1166.3391, 16.3999); // Enter
interior1exit = CreatePickup(1273, 23, -6304.7549, 2031.7727, 372.4020); // Exit

if( pickupid == interior1) {
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,-6307.3765,2031.6348,372.4020);
}
   
if( pickupid == interior1exit) {
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,-6177.5210,1155.1467,14.8585);
}
Anyone help me please


Re: Interior problem - matrix_smq - 10.05.2009

Maybe you have too many pickups, try with a pickup streamer


Re: Interior problem - Klutty - 10.05.2009

Is the coords you're using interior ones?