• Welcome to Vice City Multiplayer.
 
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 - MISHA123152

#1
I want to reduce the size of Vice City

how to delete a folder of audio? but to work VCMP
#2
I want to reduce the size of Vice City
found the game Vice City
http://gtamaps.net/forum/index.php?s=cd1b138ed16961047b3880f65ed4472c&showtopic=13000&st=0
size of only 6 MB

remade

Vice City multiplayer does not work
how to delete a folder that the audio was Vice city multiplayer?
#3
mIRC/pawn Scripting / Re: adding pickups
December 26, 2010, 06:17:52 PM
chick id pickup or pickups
#4
mIRC/pawn Scripting / Re: Speedometer In gups help me :/
December 25, 2010, 04:28:47 PM
enum SavePlayerPosEnum
{
   Float:LastX,
   Float:LastY,
   Float:LastZ
}

new CheckGasTimer,
   StoppedVehicleTimer,
   BenzinUpdateTimer,
   Gas[CAR_AMOUNT],
   SavePlayerPos[50][SavePlayerPosEnum],
   asp = 0,
   PlayerInfo[MAX_PLAYERS][pInfo],
   ServerInfo[1][sInfo],
   file[128],
   wep_init = 0,
   gWeapons[MAX_WEAPONS][64],
   gPlayers[MAX_PLAYERS][MAX_PLAYER_NAME+1];

forward BenzinUpdate();
forward   Fillup();
forward   StoppedVehicle();
forward   CheckGas();

public BenzinUpdate()
{
   for(new i=0;i<=MAX_PLAYERS;i++){
      if(IsPlayerConnected(i)){
         if(GetPlayerState(i)==PLAYER_STATE_DRIVER){
             new vehicle=GetPlayerVehicleID(i);
            if(GetPlayerState(i)==PLAYER_STATE_DRIVER){
               if(Gas[vehicle]>=0&&Gas[vehicle]<=0)RemovePlayerFromVehicle(i);
               if(PlayerInfo[Spawned]==0)GameTextForPlayerBottom(i,"\x10");
               new string[256];if(Gas[vehicle]<6)format(string,sizeof(string),"~r~%d%",Gas[vehicle]);
               if(Gas[vehicle]>=6)format(string,sizeof(string),"%d%",Gas[vehicle]);
               GameTextForPlayerBottom(i,string);
            }
           }
         else if(PlayerInfo[Spawned]==1)GameTextForPlayerBottom(i,"\x10");
      }
   }
   return 1;
}
public CheckGas()
{
   for(new i=0;i<=MAX_PLAYERS;i++){
      if(IsPlayerConnected(i)){
             if(GetPlayerState(i)==PLAYER_STATE_DRIVER){
                new vehicle=GetPlayerVehicleID(i);
              if(Gas[vehicle]>=1)Gas[vehicle]--;
         }
      }
   }
   return 1;
}
public StoppedVehicle()
{
   new Float:x,Float:y,Float:z;
   for(new i=0;i<MAX_PLAYERS;i++){
      if(IsPlayerConnected(i)){
         if(GetPlayerState(i)==PLAYER_STATE_DRIVER){
            GetPlayerPos(i,x,y,z);
            new Float:distance,value;
            distance=floatsqroot(floatpower(floatabs(floatsub(x,SavePlayerPos[LastX])),2)+floatpower(floatabs(floatsub(y,SavePlayerPos[LastY])),2)+floatpower(floatabs(floatsub(z,SavePlayerPos[LastZ])),2));
            value=floatround(distance*3600);
            new VID=GetPlayerVehicleID(i);
            if(value==0)Gas[VID]++;
            SavePlayerPos[LastX]=x;
            SavePlayerPos[LastY]=y;
            SavePlayerPos[LastZ]=z;
         }
      }
   }
   return 1;
}

public OnPlayerConnect(playerid)
{
   BenzinUpdateTimer=SetTimer("BenzinUpdate",1000,1);
StoppedVehicleTimer=SetTimer("StoppedVehicle",120000,1);
CheckGasTimer=SetTimer("CheckGas",120000,1);
}
public OnPlayerDisconnect(playerid, reason)
{
   
   KillTimer(CheckGasTimer);
   KillTimer(StoppedVehicleTimer);
   KillTimer(BenzinUpdateTimer);
}
public OnGameModeInit()
{


    for(new c=0;c<CAR_AMOUNT;c++) Gas[c] = GasMax; }
#6
mIRC/pawn Scripting / Re: who can make the RPG gamemode
December 05, 2010, 05:22:01 PM
jansi No ones!
vcmp has at least rpg server Russian Server (95.181.44.178:5192)
#7
ShowRoom (pawn) / Re: [GM]Blank Server
October 12, 2010, 10:51:38 AM
link dead!
#8
my server is attacked by a hacker just a fool, and shut down the server vsmp?
#9
General Discussion / Re: Suggestions for Version 0.4
September 02, 2010, 04:02:06 PM
CERTAINDEATH               - Smoke a cigarette!!!!!

Smoking sigarette!!
#10
mIRC/pawn Scripting / How to make a post in the game?
August 30, 2010, 06:03:43 PM
For example

I write "!sendletter 0 Hi"  -- !sendletter ID MESSAGE

Id 0 wrote in his "seemylatters" and sees the message in his left another player.

please make a full script that could only throw it in the gamemode
#11
ShowRoom (pawn) / Re: GUPS 1.16a
August 30, 2010, 05:44:43 PM
Thanks Tamas, and how to respawn near the house that I bought?
#12
mIRC/pawn Scripting / Re: Need help with speedometer.
August 28, 2010, 09:02:11 PM
please write her answer... how can i do speedometer?
#13
mIRC/pawn Scripting / Re: Not work
August 26, 2010, 07:52:01 AM
Thanks!
#14
mIRC/pawn Scripting / Please help with ...
August 25, 2010, 06:46:18 PM
me need do comand in chat "!smoke"

and command do "CERTAINDEATH               - Smoke a cigarette"

Smoking cigarette.

Please. Please. Thanks all if we help me. Please!