Vice City: Multiplayer

Server Development => Scripting and Server Management => Script Showroom => Topic started by: Tiggyh55 on Aug 24, 2018, 08:25 PM

Title: Funny Commands
Post by: Tiggyh55 on Aug 24, 2018, 08:25 PM
Funny Commands Created By Me Simple

else if ( cmd == "stupid" )
{
player.Pos = Vector(-2500, 2500, 25.456);
MessagePlayer( "Stupid You Have Been Drowned XD", player );
}

else if ( cmd == "nabs" )
{
Message("[#00cc00]Information: [#ffffff]Best Nabs From This Server: player.Name");
}
Title: Re: Funny Commands
Post by: Mohamed Boubekri on Aug 24, 2018, 09:38 PM
Nabs Cmd Not Working.
Try It:-
else if ( cmd == "nabs" )
{
Message("[#00cc00]Information: [#ffffff]Best Nabs From This Server: "+player.Name+"");
}
Title: Re: Funny Commands
Post by: Xenon on Aug 24, 2018, 10:47 PM
Quote from: Tiggyh55 on Aug 24, 2018, 08:25 PMFunny Commands
Hahahah no.

Quote from: Mohamed on Aug 24, 2018, 09:38 PM"+player.Name+"");
Just use (...) "+ player.Name);
Remember to use (https://s25.postimg.cc/fv2fhuvm7/Bez_nazwy.png) for scripts next time.
Title: Re: Funny Commands
Post by: Tiggyh55 on Aug 24, 2018, 10:50 PM
Ty
Title: Re: Funny Commands
Post by: Tiggyh55 on Aug 25, 2018, 02:31 AM
Updated

Logout Troll Edited By Me :)

else if (cmd == "logout")
 {
 if ( !player.IsSpawned ) MessagePlayer("[ERROR][#ffffff] You Must Be Spawn First",player);
 else {
  QuerySQL(db, "UPDATE Accounts SET AutoLogin = '" + false + "' WHERE Name = '" + player.Name + "'");
  MessagePlayer("[#00CC00]** Successfully Logout",player);
  }
  }
Title: Re: Funny Commands
Post by: D4rkR420R on Aug 25, 2018, 03:44 AM
Quote from: Tiggyh55 on Aug 25, 2018, 02:31 AMUpdated

Logout Troll Edited By Me :)

else if (cmd == "logout")
 {
 if ( !player.IsSpawned ) MessagePlayer("[ERROR][#ffffff] You Must Be Spawn First",player);
 else {
  QuerySQL(db, "UPDATE Accounts SET AutoLogin = '" + false + "' WHERE Name = '" + player.Name + "'");
  MessagePlayer("[#00CC00]** Successfully Logout",player);
  }
  }

That's not funny. 0.o
Title: Re: Funny Commands
Post by: Retard on Aug 25, 2018, 09:38 AM
Lol, really the commands are making me go crazy.
Title: Re: Funny Commands
Post by: Tiggyh55 on Aug 25, 2018, 01:45 PM
only put players name to troll him not player.Name
Title: Re: Funny Commands
Post by: Derwaish. on Aug 26, 2018, 04:19 AM
What nonsense? Are you guys spamming the board?