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



Car in Interior - The_Pain - 26.11.2009

How i can insert in this interior cars?

code

Quote:

if(strcmp(cmdtext, "/drift10", true) == 0){
{
SetPlayerPos(playerid,-1403.2509,-250.4044,1043.5345);
SetPlayerFacingAngle(playerid, 348.2155);
SetCameraBehindPlayer(playerid);
SetPlayerInterior(playerid, 7);
}
return 1;
}

Then i inserted in this interior car its invisible. How i can make to visable car?


Re: Car in Interior - dice7 - 26.11.2009

https://sampwiki.blast.hk/wiki/LinkVehicleToInterior


Re: Car in Interior - The_Pain - 26.11.2009

Dont work :/ car is anyway invisible

code

Quote:

new elegyinterior;

Quote:

elegyinterior = AddStaticVehicle(562,-1402.4890,-260.1190,1043.3147,349.0498,11,1); //elegy in interior 7

Quote:

LinkVehicleToInterior(elegyinterior, 7);