Vice City: Multiplayer

Server Development => Scripting and Server Management => Script and Content Requests => Topic started by: Rardodus Bruise on Sep 24, 2018, 03:32 PM

Title: Need Some RP Commands
Post by: Rardodus Bruise on Sep 24, 2018, 03:32 PM
Hello Guys ,
I need Some RP Commands like : /me , /l , /sh , /promotetoswatT , /promotetoswatO , /promotetofbiR , /promotetofbiD , /promotetovcpd and such other commands like /english , /RPG , /forums , /discord
Title: Re: Need Some RP Commands
Post by: Xhefri on Sep 24, 2018, 04:10 PM
I can give you this 3 simple commands for others ask help from more professional scripters
else if ( cmd == "forum" )
{
MessagePlayer("[#FF4500]Forum Link: [forum link]", player);
}

else if ( cmd == "discord" )
{
MessagePlayer("[#FF4500]Discord Link: [discord link]", player);
}


else if ( cmd == "me" )
{
if ( !text ) MessagePlayer("[#FF4500]Use /"+cmd+" <text>", player);
else
{
 Message( "[#FF4500]"+player.Name+": " +text+ " " );
}
}
Title: Re: Need Some RP Commands
Post by: doxuanhien2002 on Sep 25, 2018, 05:09 AM
https://forum.vc-mp.org/?topic=3364.0
Flooding the board with separate requests for many disparate items is not allowed.
If you need a whole set of things for your server, you should list them all in one thread rather than spamming this board with fifteen threads about each of the things you want your server to do.