Help + rep
#1

Hey guys is there a way to spawn vehicles in interriors so that you can see them ?
means not placing it in the script (vehlines)
if you got something like a minigame and type /join
I am on an invisible sanchez as example
so if you want to spawn cars in interriors they always get invisible or is there a way to fix this ?!
Reply
#2

https://sampwiki.blast.hk/wiki/LinkVehicleToInterior
with this function

off topic
you should really try to put more descriptive topic titles
and NEVER include [+rep]

as its ignored by many, im just board today..

regards,
Reply
#3

Specify the ID of the interior in which you are going to respawn your car.
Reply
#4

no i mean if you /join a race you are spawned on a bike allready
and this bike is invisible
its not about placed bikes
Reply
#5

yes if its in an interior you must link the vehicle to that interior

read the link i posted above
Reply
#6

I need it added here anyhow:
Код:
new string[128];
PlayerTime[i] = 0;
SetPlayerRaceCheckpoint(i,0,CheckPoint[StartedEvent][PlayerCP[i]][CPX],CheckPoint[StartedEvent][PlayerCP[i]][CPY],CheckPoint[StartedEvent][PlayerCP[i]][CPZ],CheckPoint[StartedEvent][PlayerCP[i]+1][CPX],CheckPoint[StartedEvent][PlayerCP[i]+1][CPY],CheckPoint[StartedEvent][PlayerCP[i]+1][CPZ],5.0);
TogglePlayerControllable(i,true);
GameTextForPlayer(i,"~g~GO GO GO!!!",3000,0);
format(string,sizeof(string),"Time: 00:00~n~CP: ~r~%d/%d",PlayerCP[i]-1,Event[StartedEvent][MaxCP]);
TextDrawSetString(Event0[i],string);
PutPlayerInVehicle(i,PlayerVeh[i],0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)