Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - husnainaligee

#1
Script Showroom / Simple ban system
May 26, 2021, 02:19 PM
Post this script in Main.nut
If you have Commands.nut paste it in commands .nut

else if ( cmd == "ban" )
    {
    if ( stats[ player.ID ].Reg == false ) return MessagePlayer( "[#95fcff]WARN > [#E0E0E0]You're not registered.", player );
else if ( stats[ player.ID ].Log == false ) return MessagePlayer( "[#95fcff]WARN > [#E0E0E0]You're not Logged-In", player );
     if (status[player.ID].AdminLevel >= 1)
  if ( !text) MessagePlayer ( " [#95fcff]WARn > [#E0E0E0}Code, "/" + cmd + " <Name> <Reson>", player );
 else
 {
      local plr = GetPlayer( GetTok( text, " ", 1 ) );
  if ( !plr ) MessagePlayer ("[#95fcff]WARN > [#E0E0E0]Unkown ID/Name.", player )
  else
  {
         local reson = GetTok( text, " ", 2 NumTok( text, " " ) );
   if ( reson == null ) reson = "NO_Reson";
   Ban ( plr, player, reson ) ;
  }
  }
 }
#2
Pls help me i make my new server in Gta vice city Multiplayer help me someone pls Send me mainut with full scrips pls bro i need scripts for my server pls give me main nut full scrips
#3
please someone help i need scripts for making a new server i make a new server