HELP! Vehicles spawns bad - 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: HELP! Vehicles spawns bad (
/showthread.php?tid=175715)
HELP! Vehicles spawns bad -
Firew - 10.09.2010
I have a big bug in my server. If im driving locked vehicle and jump out of it, it spawns behind me. Same to motorcycles and all locked vehicles. If vehicle unlocked, everything's ok. For locking vehicles i use:
Код:
for(i=0;i<MAX_PLAYERS;i++)
{
if(i != playerid)
{
SetVehicleParamsForPlayer(car,i,0,1); // locking
}
}
Does anyone knows what's the problem?
Please help, that's making me nervous
Re: HELP! Vehicles spawns bad -
Firew - 10.09.2010
up message
Re: HELP! Vehicles spawns bad -
Firew - 11.09.2010
help anyone, please