Advertisement
Guest User

Untitled

a guest
Apr 26th, 2020
817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. class Sirene
  2. {
  3. displayName="<t color='#ff0000'>Sirène (ù)</t>";
  4. position="drivewheel";
  5. radius=4;
  6. condition="(side player != civilian) && player IN this";
  7. shortcut="sitDown";
  8. showWindow=0;
  9. statement="[this] spawn compile preprocessFileLineNumbers 'AJOUTEZ VOTRE SIRENE ICI';";
  10. onlyForplayer=0;
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement