28.03.2015, 19:17
(
Последний раз редактировалось Ugaustin; 29.03.2015 в 14:49.
)
thank you!
Originally Posted by Wiki
modelid The model for the vehicle.
Float:X The X coordinate for the vehicle. Float:Y The Y coordinate for the vehicle. Float:Z The Z coordinate for the vehicle. Float:angle The facing angle for the vehicle. color1 The primary color ID. color2 The secondary color ID. respawn_delay The delay until the car is respawned without a driver in seconds. Using -1 will prevent the vehicle from respawning. |
new pWarned[MAX_PLAYERS];
if(IsATLCar(vehicleid))
if(IsATLCar(vehicleid) && pWarned[playerid] == 0)
pWarned[playerid] = 1;