Author Topic: Country cmd  (Read 171 times)

fast

  • Administrator
  • Newbie
  • *****
  • Posts: 9
    • View Profile
Country cmd
« on: August 29, 2014, 03:52:03 am »
Code: [Select]
else if ( cmd == "country" )
        {
                local check = Required( player, cmd, Level );
               
                if ( check )
                {
                        if ( !plr ) PrivMessage( "Error - Invalid Nick/ID.", player );
                        else Message( "" + plr + "'s Country: (" + IpToCountry( plr.IP ) + ")" ),EchoMessage( "7" + plr + "'s Country: (" + IpToCountry( plr.IP ) + ")." );
                }         
        }

Share on Facebook Share on Twitter