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 - Mursaleen5544

#1
Quote from: Xmair on May 20, 2020, 06:42 PM
Quote from: Gitobaloch on May 20, 2020, 05:46 PM
Quote from: Xmair on May 18, 2020, 11:40 AM
Quote from: Gitobaloch on May 18, 2020, 05:36 AM
Quote from: =RK=MarineForce on May 16, 2020, 01:35 AMelse if (cmd== "myuid")
{
MessagePlayer("[#ffffff]>> " + plr.Name + "[#00d9ff]'s UID: [#ffffff]" + plr.UID + ".",player);
}
bruh this will not work :D because of "plr.UID"
It will.
sasty nashe kiye hain kia?
.UID is an alias for .UniqueID
plr is not defined Lmao, how it will work??
#2
http://ustunting.com/vcmp04/Deathlist.zip Is not working, If someone is having this script please make a mirror of download asap.
#3
I needed this one please upload asap.
#4
Quote from: Mursaleen5544 on Dec 27, 2019, 02:14 PMarent those two paragraphs same ??
He removed Spanish one now lol.
#5
arent those two paragraphs same ??
#6
Always surprised with this guy. Waiting for this server . . . ;D
#7
Take GetTok function from forum and here is the code of command.

else if ( cmd == "setname" )
{
if ( !text ) PrivMessage( "Usage /" + cmd + " [Nick-ID] [Name]" ,player );
else
{
local plr = GetPlayer( GetTok( text, " ", 1 ) );
if ( !plr ) PrivMessage( "Invalid player." ,player );
else
{
local name = GetTok( text, " ", 2 );
PrivMessage( "You have changed the name of "+plr.Name+" to "+name ,player );
plr.Name = name;
}
}
}
#8
Support / Re: Checkpoint Help
Aug 22, 2019, 04:13 PM
function onScriptLoad()
{
  banca1 <- CreateCheckpoint( null, 0, true, Vector( -937.681, -351.388, 17.8038 ), RGB(100, 255, 000), 2);
banca2 <- CreateCheckpoint( null, 0, true, Vector( -938.624, -351.724, 7.22692 ), RGB(100, 255, 000), 2);
}

 function onCheckpointEntered( player, cp )
{
 if ( cp.ID == 0 )
{
                player.Pos = Vector(-938.342,-351.895,7.22);
}
else if ( cp.ID == 1 )
{
              player.Pos = Vector(-938.722,-351.345,17.2);
}
}
#9
Hopefully waiting for tommorow ! I'm much impatient to play newer Version ;D
#10
Quote from: Pau Grosso on Mar 12, 2019, 05:20 PMMaybe this server uses JavaScript https://dev.maxmind.com/geoip/geoip2/javascript/
is  there any way to add this in vcmp server
#12
General Discussion / Re: Cloudwards hosting
Mar 12, 2019, 05:07 PM
Cloudwards Hosting is still active now or dead? , i want to apply for France VPs and i want to host my vcmp server.
#13
but dude i want this snippet even it is wrong or correct .
#14
Are you blind ? I asked about Geopip City Edition or IptoCountry City edition not Country
#15
Add this Line in the start of your commands.
like
 if ( cmd == "changecol" )
{
Add_line_here
{
}
Line : local id = player.ID
if ( stats[ player.ID ].Level < 9 )  return MessagePlayer( "[#FF0000][Error] - You Need At Least Level 9 To Use This Command.", player);