Posts: 75
Threads: 23
Joined: Jan 2013
Reputation:
0
in my script when i goto anotheer world so when i spawn a car, so the car is invisbile i want make it uninvisible.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Do you mean world or interior?
LinkVehicleToInterior(vehicleid, world);
SetVehicleVirtualWorld(vehicleid, world);
GetPlayerInterior(playerid)
GetPlayerVirtualWorld(playerid)
Posts: 75
Threads: 23
Joined: Jan 2013
Reputation:
0
changeworold 1-whatever because i have a cmd they tp me to another world and location so when i spawn a car the car is invisible. and btw where i need to add this code? ongame?