05.07.2013, 20:34
Example Ripped from GM:
- This was ripped from a game-mode this is pretty much required for the 'God Father GM'.
Код:
new LSPDVehicles[ 70 ]; // Place this near your usual new's location
IsACopCar(carid)
{
for(new v = 0; v < sizeof(LSPDVehicles); v++)
{
if(carid == LSPDVehicles[v]) return 1;
}
return 0;
}
LSPDVehicles[0] = AddStaticVehicleEx(596,1602.0660,-1683.9678,5.6124,90.3080,0,1, VEHICLE_RESPAWN); // Cruiser
