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.


Topics - JaVeD

Pages: [1]
1
General Discussion / VCMP Client Problem!
« on: March 25, 2014, 10:17:22 am »
Hello EveryBODY!
                                  Please can someone help me out how to fix that shitty problem when i close my vmcp client it open 99 windows. then need to close it with task manager. please help how to prevent that spamming windows.

AND

           I can't see any server in the internet tab or official, DON'T KNOW WHY

2
General Discussion / What the fuck?
« on: March 17, 2014, 06:45:09 am »
Hy everybody.

                  I connected after 5 months. I Downloaded the latest Vice City Client and installed it like always i done. But i cant' see any server and also i cannot connect to unofficial Vice City MultiPlayer forum i just don't know why. Please Help me with those issues, Am really passing through Hell.

Javed.
?Sorry For the Topic Name ;D

3
0.4 Public Beta #2 / [Already fixed] [BUG] VCMP 0.4
« on: September 06, 2013, 09:06:53 pm »
HY,.

                         I Found bug in VC:MP 0.4 when player is on requestclass and he use /kill command then he get killed and spawned lol but freezed.

and plz to remove auto remove chat :P

4
0.4 Public Beta #2 / vcmp .04 server
« on: September 06, 2013, 04:20:42 pm »
Hy,

         I can't wait anymore :P. tell me from where can i download vcmp.4 window server i want to check it :) please waiting..

5
0.4 Public Beta #2 / Suggestion for VCMP-0.4
« on: September 06, 2013, 05:44:44 am »
HY,..

             I Saw VC:MP 0.4 is great but there is no dialog box like SA:MP and we can add cars only with script or map ? and moving map objects like i do /opengate then my mapped object is called gate it will move plz this system. and more player slots :). and we can save edited cars and make neon and scroll up chat box with small fond of chat. and player kill etc will appear in side like SA:MP. other final thing is that explode system :)


1) Dialog Boxes with colors
2) Adding Cars in the Map with Map editors.
3) Allow the object moving.
4) More Player Slots.
5) Editing Cars and Neon etc..
6) Scroll up chat box. small font size.
7) Player Kill etc will appear on side.
8) Explode System.

                                                                                        GOOD LUCK

6
mIRC/pawn Scripting / Show Your Skills Here!!! (HELP)
« on: March 10, 2013, 10:51:22 am »
HY Guys,..
                     I Want Help if you guys can Help please help me see the image the consola is running but server off 1st consola was running and players was playing in server someone crash the server with a program i don't want to post about program because then all use to crash each other servers so see consola is running and server got offline



how to setup that server not get crash pleeeease help me only pawn server crash if server is sq+linux host then it don't crash i host pawn server with linux it get crash please tell me how to protect the pawn server

7
Servers / (PRO) CLAN || A/D War Zone
« on: March 04, 2013, 12:39:28 pm »
HostName: (PRO) CLAN || A/D War Zone
Address:  72.71.153.27:5195
Players:  0 / 28
Ping:     337
Mode:    PRO A/D zone (SQ)
Map:      Vice-City

8
Snippet Showroom / Want to slap someone ? :D
« on: February 11, 2013, 06:27:47 am »
New slap command i hope u guys like it :- if you have this command so sorry if someone dont have this command enjoy with slapping ahhahahahaxD  ::)

[pawn]else if ( strcmp( cmd, "slap", true ) == 0 )
   {
      new reason[ 256 ], plr;
      IsPlayerAdmin(playerid);
      tmp = strtok( cmdtext, idx ), reason = strtok( cmdtext, idx ), plr = FindPlayerIDFromString( tmp );
      if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, GREEN, "Please log-in to your account." );
      else if ( !IsAuthorized( playerid, cmd ) ) SendClientMessage( playerid, BLUE, "You don't have access to use this command!" );
      else if ( !strlen(reason) ) SendClientMessage( playerid, COLOR_RED, "USAGE: /c slap [Nick/ID] [Reason]" );
        else if ( plr == INACTIVE_PLAYER_ID ) SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" );
      else
      {
            new Float:x, Float:y, Float:z, szMsg[ 128 ];
          GetPlayerPos( plr, x, y, z );
         SetPlayerPos( plr, x+30, y+10, z+20, 0, 0 );
         format( szMsg, sizeof( szMsg ), "Administrator %s slaped player %s Reason:[ %s ]", gPlayers[ playerid ], gPlayers[ plr ], cmdtext[ strlen( tmp ) +6 ] );
         SendClientMessageToAll( BLUE, szMsg );
         GameTextForPlayer (plr, " You ~p~Have ~b~been ~o~slaped ");
         SetPlayerDrunk(plr, 300, 300);
      }
      return 1;

      }[/pawn]

9
Servers / <><>|||> United Island Freedom <|||<><>
« on: February 10, 2013, 06:51:03 pm »
                             

                                                    Server Name : United Island Freedom
                               IP                : Home Hosting ( it will be on vps soon :D )
                               Gamemode   : UiFGW
                               Forum          : www.UIFGW.smffy.com




VISIT FORUM FOR MORE INFORMATION! CLICK HERE >Forum<                 

10
mIRC/pawn Scripting / Please HELP me in !DM script
« on: February 10, 2013, 12:49:04 pm »
HY,
        i want a good dm command that player type !dm then player die then player again spawn in dm without typing !dm l. player spawn in game when player type !leave to leave dm please some one can help me please post what i need to put in this script i have simple dm script already!

Code: [Select]
else if ( strcmp( cmd, "!DM", true ) == 0 )
{
            SetPlayerWep(playerid, 20, 9999 };
            SetPlayerHealth{playerid,100.0 };
    SetPlayerPos(playerid,79.8332, 1103.0068, 32.6039, 89.6475,0);
    format( szMsg, 128, "%s Started DeathMatch Want to DM with him type !dm ",gPlayers[playerid]);
    SendClientMessageToAll( RED, szMsg );
           
return 1;

  }

Pages: [1]