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
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+ " " );
}
}
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.