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

Topics - Mr.nobOdy

#1
I want to host my server and how to forword port (first see the image given below I want to forword port on that one also search on google but can't)
https://imgur.com/a/73g2Ime
#2
Name:  I don't think name of server still any name suggestion?
DM mode/RAce/Derby.
Forum is under construction(About 80% complete).
Custom cars.
Custom skins.
Custom places.
Many useful commands.
Auto mute system.
News system.
Spree system.
Different look from all servers.
Safe and secure account registration system.
And much more fun and it will be host soon...........................
#3
function closederby() {
    Message( ">> Derby cancelled!" );
    derby = false;
 derbystart = false;
    derbycount = 0;
    local plr;
     for( local i=0; i <= GetMaxPlayers(); i++ ){
   {
      plr = FindPlayer( i );
      if ( plr )
            {
    if( stats[ plr.ID ].derbyplayer )
    {
                    stats[ plr.ID ].derbyplayer = false;
                    plr.IsFrozen = false;
                    plr.Pos = Vector( 496.26, -83.9443, 10.0302  );
    }
            }
        }
 }
}


function closerace() {
    Message( "Race cancelled!" );
    race = false;
 racestart = false;
    racecount = 0;
    local plr;
     for( local i=0; i <= GetMaxPlayers(); i++ ){
  {
      plr = FindPlayer( i );
      if ( plr )
            {
    if( stats[ plr.ID ].raceplayer )
    {
                    stats[ plr.ID ].raceplayer = false;
                    plr.IsFrozen = false;
                    plr.Pos = Vector( 496.26, -83.9443, 10.0302  );
    }
            }
        }
 }

}


In above, it cancel derby or race when player is only 1 but i did'nt want that race or derby cancel when player is 1. It start race or derby else player is 1. So how to set it that it dose not cancel race or derby when player is 1.
And onething that my new server is almost ready and then host. It would be the one of the best server of vcmp. ;)
#4
I want that when player died it give message e.g
like this but on which function i add this
Message( ">>[#F5FFFA]"+player.Name+" [#7bb215] has[#06FA16]died." );
#5
I want to use some commands that are only useable with my nickname and other can't use it!
For example! I had the following command, i know i can set level or admin system but i did'nt want to do that. i just want that the following command is just available to my nickname.
else if ( cmd == "drown" )
{
{
if ( !text ) MessagePlayer( "Syntax, /" + cmd + " <Nick/ID> <Reason>", player );
else {
local plr = FindPlayer( text );
                if ( plr )
 plr.Pos = Vector( -227.231, -545.897,5.56816);
Message( "[#7bb215]>> Admin  Mr.nobOdy has drown "+player.Name+" . " );
}
}
}
#6
AN ERROR HAS OCCURED [the index 'ConnectSQL' does not exist]

CALLSTACK
*FUNCTION [onScriptLoad()] scripts/main.nut line [131]

LOCALS
[this] TABLE
[WARNING] onScriptLoad failed to execute -- check the console for more details.
Please help me i am having this problem.
#7
I have an error. When i run my vcmp and join any server it give me the error given below:
                                                                                               VCMP require vice city 1.0 version but you have 1.1 version.
Please Help me as early as you can.
Thankyou.