Advertisement
Guest User

HC

a guest
Dec 18th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. if (isNil "paramsArray") then { paramsArray=[0,0,0]};
  2.  
  3. if(paramsArray select 0 == 1) then{
  4. if(isServer) then{
  5. HCPresent = true;
  6. publicVariable "HCPresent";
  7. };
  8. if (!hasInterface && !isServer) then{
  9. HCName = name player;
  10. publicVariable "HCName";
  11. };
  12. } else {
  13. if(isServer) then{
  14. HCPresent = false;
  15. HCName = "NOONE";
  16. publicVariable "HCPresent";
  17. publicVariable "HCName";
  18. };
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement