Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. if(newstate == PLAYER_STATE_DRIVER)
  2. {
  3. if(GetPVarInt(playerid,"SIGNAL") != vehicleid && signalka[vehicleid] != 60605)
  4. {
  5. GetVehicleParamsEx(vehicleid,engine, lights, alarm, doors, bonnet, boot, objective);
  6. SetVehicleParamsEx(vehicleid ,engine, lights, VEHICLE_PARAMS_ON, alarm, doors, bonnet, boot, objective);
  7. SendClientMessage(signalka[vehicleid],COLOR_RED, "Сигналка включена");
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement