Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. player addAction["Rapid Fire", { if (isnil("ThirtySix_Rapid")) then { ThirtySix_Rapid = 0; }; if (ThirtySix_Rapid == 0) then { ThirtySix_Rapid = 1; hint "Rapid Fire \n by ThirtySix \n ON"; } else { ThirtySix_Rapid = 0; hint "Rapid Fire \n by ThirtySix \n OFF"; }; while { ThirtySix_Rapid == 1 } do { (vehicle player) setWeaponReloadingTime[(vehicle player), currentWeapon(vehicle player), 0]; player setWeaponReloadingTime[player, currentWeapon player, 0]; sleep 0.01; }; }, "", 50]; player addAction["<t color='#000000'>----------------------</t>", { hint "Menu by ThirtySix"; }, "", 50];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement