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

Messages - Xhefri

#31
You already got an answer from MEGAMIND.Add this in the end of onPlayerCommand
else MessagePlayer("Invalid Command",player);
}
#32
First of all this is not a system is just a simple command for admins and also use "Insert code" when you post any script in forum.
#33
Support / Re: show bug
Sep 27, 2018, 07:49 PM
Quote from: Strike Eagle on Sep 27, 2018, 07:21 PMOk btw how to disable debug logs

/setconfig game_showdebug 0
#34
CreatePickup( 375, 1, 0, Vector(508.904, 512.119, 12.1072 ), 255, false );

Also use this to find other locations you will need
else if ( cmd == "location" )
  {
    MessagePlayer(  player.Pos.x + ", " + player.Pos.y + ", " + player.Pos.z , player );
  }
#35
Quote from: Terror_Styles on Jul 18, 2017, 03:17 PMThere are many available in this forum & old Liberty Unleashed Forum!

Here are Some Search, Next Time Try yourself Searching those

Diego Subnet Ban: http://forum.vc-mp.org/?topic=346.msg2153#msg2153
Matheus UniqueID Ban: http://forum.vc-mp.org/?topic=200.msg1789#msg1789
Rocky TempBan VCMP 0.4 Modified by ME ( Just Changed Those PM's & Kick Functions ): https://pastebin.com/tX7LRyMz
HotDogCat TempBan VCMP 0.4 Modified by ME ( Changed PM's, Echo Messages & fix Kick Errors ): https://pastebin.com/NR9q6Ey4
Rocky's Ban System VCMP 0.4 : https://pastebin.com/sJEGqRrK




#36
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+ " " );
}
}
#38
Servers / Re: [0.4] Brasil Real RPG [RPG/DM]
Sep 06, 2018, 08:18 PM
Add facebook link also @Takanaue  : www.facebook.com/brasilrealrpgvcmp
#39
IncCash( player, 500 );