04.05.2015, 15:01
Quote:
|
I posted the code on the end of code is 1.
1 enable the siren of police 0 disable. and i have Код:
public OnVehicleSirenStateChange(playerid, vehicleid, newstate)
{
if(newstate) GameTextForPlayer(playerid, "~W~Siren ~G~on", 1000, 3);
GameTextForPlayer(playerid, "~W~Siren ~r~off", 1000, 3);
return 1;
}
|
https://sampwiki.blast.hk/wiki/GetVehicleParamsSirenState


