18.06.2016, 20:03
hi, does anyone know how can I lock car automaticly without me typing anything .. for job?? and for taxi with params.
PHP код:
stock IsVehicleOccupied(vehicleid) //
{
for(new i=0;i<MAX_PLAYERS;i++)
{
if(IsPlayerInVehicle(i,vehicleid)) return 1;
}
return 0;
}