Hellstorm77

init.sqf

Apr 7th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. call compile preprocessFile "R3F_ARTY_AND_LOG\init.sqf";
  2.  
  3.  
  4.  
  5. waituntil {time > 5};
  6. if(side player == west) then {titleText ["Your job is to clear all the RED AO's. Side missions give you rewards", "PLAIN"];};
  7. player globalchat "Welcome to Total Domination";
  8. sleep 5;
  9. player globalchat "Edited By [dR]Hellstorm77.";
  10. sleep 2;
  11. player globalchat "Add me on Steam: Hellstorm77";
  12. execvm "serverMsg.sqf";
  13. };
Advertisement
Add Comment
Please, Sign In to add comment