17.10.2009, 23:55
I heard there should be a new /lock and /unlock cmd for 0.3, annyone got the script from it, because the Search engine does not work, so I can't search.
public OnVehicleStreamIn(vehicleid, forplayerid)
{
for(new i = 0; i < MAX_PLAYERS; i++) {
if(IsPlayerConnected(i)) {
SetVehicleParamsForPlayer(vehicleid, i, 0, 1);
}
}
}