Invisble cars problem
#3

Thanks for an very fast reply!

Uhm, I only have that text in teleports like these:
Is it these ones you talk about? :S

if (GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, 1749.5895,-2548.6216,13.5469);
TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
LinkVehicleToInterior(tmpcar, 0);
SetPlayerVirtualWorld(playerid, 0);
OnPlayerExitFood(playerid);
new y, m, d;
new h,mi,s;
getdate(y,m,d);
gettime(h,mi,s);
format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s Teleported Himself to Airport dealership",d,m,y,h,mi,s,sendername);
TelesLog(string);
}

EDIT:
I've checked all my filterscripts now. But there is nothing called "LinkVehicleToInterior" there. Only inside my gamemode, but that is just these teleports as I gave an example of.

Is it possible to set an interior inside the car script?

This is an example of my car script, whitch is one of the one who dissapears:

AddStaticVehicleEx(402,1215.87316895,-1673.98645020,11.73687458,0.00000000,-1,-1,30000); //Buffalo
Reply


Messages In This Thread
Invisble cars problem - by Ltz-boy - 11.08.2011, 10:21
Re: Invisble cars problem - by Sascha - 11.08.2011, 10:23
Re: Invisble cars problem - by Ltz-boy - 11.08.2011, 11:09
Re: Invisble cars problem - by sleepysnowflake - 11.08.2011, 11:16
Re: Invisble cars problem - by Ltz-boy - 11.08.2011, 11:23
Re: Invisble cars problem - by Sascha - 11.08.2011, 11:50
Re: Invisble cars problem - by XGh0stz - 11.08.2011, 12:03
Re: Invisble cars problem - by Ltz-boy - 11.08.2011, 13:08
Re: Invisble cars problem - by Ltz-boy - 12.08.2011, 12:28

Forum Jump:


Users browsing this thread: 1 Guest(s)