Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. class AlessioBM4 {
  2. vItemSpace = 30;
  3. conditions = "license_civ_driver || {!(playerSide isEqualTo civilian)}";
  4. price = 390000;
  5. textures[] = {
  6. { "Noir", "civ", {
  7. "#(argb,8,8,3)color(0,0,0,1.0,CO)"
  8. } },
  9. { "Blanc", "civ", {
  10. "#(argb,8,8,3)color(1,1,1,1.0,CO)"
  11. } },
  12. { "Gris", "civ", {
  13. "#(argb,8,8,3)color(0.521569,0.521569,0.521569,1.0,CO)"
  14. } }
  15. };
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement