Advertisement
Matt34

Untitled

Jun 26th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if((speed player <= 1) && _canDo) then {
  2. if (s_player_toggle < 0) then {
  3. s_player_toggle = player addaction[("<t color=""#c70000"">" + ("Toggle Debug") +"</t>"),"custom_monitor.sqf"];
  4. };
  5. } else {
  6. player removeAction s_player_toggle;
  7. s_player_toggle = -1;
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement