07.08.2012, 00:19
try
#Not Tested
pawn Код:
public IsAnOwnableCar(vehicleid)
{
//29 219
if(IsValidVehicle(vehicleid)) return 1;
return 0;
}

