24.07.2012, 18:46
This will happen, it happens MOST of the time when player ping is high , 150+. I have done many tests.
edit:
heres the code I got in my /lock command
edit:
heres the code I got in my /lock command
pawn Code:
for(new i=0;i<MAX_PLAYERS;i++)
{
if(i != playerid)
{
SetVehicleParamsForPlayer(GetPlayerVehicleID(playerid),i, 0, 1);
}
}