10.09.2010, 21:40
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:
Does anyone knows what's the problem?
Please help, that's making me nervous
Код:
for(i=0;i<MAX_PLAYERS;i++) { if(i != playerid) { SetVehicleParamsForPlayer(car,i,0,1); // locking } }
Please help, that's making me nervous