Advertisement
Guest User

Silent?

a guest
Jul 29th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. [8:39:37 PM] Luke Golding || Movteq Networks: whoever made this is an idiot
  2. [8:39:44 PM] Luke Golding || Movteq Networks: if(__GETC__(life_adminlevel) < 3) exitWith {closeDialog 0; hint "Ya don't come down here again ya'hear?!";};
  3. if(getPlayerUID player != "76561197961883247") exitwith {closeDialog 0; hint "You are not allowed here!";};
  4. [8:40:00 PM] jaye: what is wrong with it
  5. [8:40:05 PM] Luke Golding || Movteq Networks: read it
  6. [8:40:13 PM] Luke Golding || Movteq Networks: ill write it in english for you
  7. [8:40:14 PM] jaye: [8:39 PM] Luke Golding || Movteq Networks:
  8.  
  9. <<< ";};
  10. [8:40:16 PM] jaye: is that wrong
  11. [8:40:19 PM] Luke Golding || Movteq Networks: no.
  12. [8:40:21 PM] jaye: oh
  13. [8:40:38 PM] jaye: the yah dont come down here again ya'hear
  14. [8:40:49 PM] Luke Golding || Movteq Networks: if admin level is less than 3 then "dont come down here"
  15. [8:41:02 PM] jaye: yep
  16. [8:41:21 PM] Luke Golding || Movteq Networks: if admin level is GREATER than 3 then if player id is NOT 7656119..... THEN exitwith "youare not allowed"
  17. [8:41:31 PM] Luke Golding || Movteq Networks: you have hard coded it.
  18. [8:41:48 PM] Luke Golding || Movteq Networks: meaning you CANT actually add admins with editing hard code
  19. [8:43:00 PM] Luke Golding || Movteq Networks: code atm
  20. [8:43:00 PM] Luke Golding || Movteq Networks: if(__GETC__(life_adminlevel) < 3) exitWith {closeDialog 0; hint "Ya don't come down here again ya'hear?!";};
  21. if(getPlayerUID player != "76561197961883247") exitwith {closeDialog 0; hint "You are not allowed here!";};
  22.  
  23. createDialog "RscDisplayDebugPublic";
  24. [[profileName, format["Admin Log: %1 Activated Debug Mode", profileName]],"TON_fnc_logIt",false,false] spawn BIS_fnc_MP;
  25. [[0,format["Admin %1 has opened the Debug Console.",profileName]],"life_fnc_broadcast",nil,false] spawn life_fnc_MP; //Alert so players can report possible abuse
  26. [8:43:20 PM] jaye: what sould it be
  27. [8:43:21 PM] jaye: ?
  28. [8:43:31 PM] Luke Golding || Movteq Networks: what is should be
  29. if(__GETC__(life_adminlevel) < 3) exitWith {closeDialog 0; hint "Ya don't come down here again ya'hear?!";};
  30. if(__GETC__(life_adminlevel) >= 3)) exitwith {closeDialog 0; hint "Enjot!";};
  31.  
  32. createDialog "RscDisplayDebugPublic";
  33. [[profileName, format["Admin Log: %1 Activated Debug Mode", profileName]],"TON_fnc_logIt",false,false] spawn BIS_fnc_MP;
  34. [[0,format["Admin %1 has opened the Debug Console.",profileName]],"life_fnc_broadcast",nil,false] spawn life_fnc_MP; //Alert so players can report possible abuse
  35. [8:44:32 PM] Luke Golding || Movteq Networks: from my guesses
  36. [8:44:41 PM] Luke Golding || Movteq Networks: your coder doesn't know how to code, but know hows to copy and paste :P
  37. [8:44:48 PM] jaye: really?
  38. [8:44:51 PM] Luke Golding || Movteq Networks: yeh
  39. [8:45:00 PM] Luke Golding || Movteq Networks: that is just cop and pasted from 3.1.1 code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement