Author Topic: VBS ADMIN CMDS PROBLEM  (Read 1072 times)

mimomohamed

  • Full Member
  • ***
  • Posts: 126
  • Karma: +5/-1
    • View Profile
    • http://www.egyptforall.smffy.com
VBS ADMIN CMDS PROBLEM
« on: October 06, 2012, 02:45:51 pm »
I Have A Problem That When Any One Not LVL 6 Trys To Use The Admin Commands This Line Doesn't Appear
Quote
MessagePlayer( "You must be a level admin to use this command", plr, COL_CMDERROR );
At An EXAMPLE :-
Quote
if ( cmd == "sun" )
   {
      if ( level == 6 )
      {
         Message( "-> Setting weather to: Sunny <-" );
         SetWeather( 0 );
      }
      else MessagePlayer( "You must be a level admin to use this command", plr );
      
      return true;
   }

 

© Liberty Unleashed Team.