10.01.2011, 16:04
Quote:
It's an cool idea, but can players from other groups enter the cars of other groups?
|
Using AddGroupedVehicle:
Standart: AddGroupedVehicle(model, group, Float:X, Float:Y, Float:Z, Float:Rotation, color1, color2, don't write nothing here respawn_delay = 0);
Locked for other groups: AddGroupedVehicle(model, group, Float:X, Float:Y, Float:Z, Float:Rotation, color1, color2, true, respawn_delay = 0);
Using SetVehicleGroup:
Standart: SetVehicleGroup(vehicleid, groupdon't write nothing here);
Locked for other groups: SetVehicleGroup(vehicleid, group, true);