• 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 - Jancis71

#1
What are the limits for vehicles/objects/pickups/players?
#2
Support / Re: Can't start Vice City
February 04, 2011, 11:14:59 AM
Quote from: [AoD]NC on December 27, 2010, 09:27:00 PM
So you are saying that when you try to run VC your PC is self restarting? And SA & 3 works?

Maybe you should update Vc to 1.1? The 1.1 has some graphic fixes.

You said that there were no problems when you had XP previously. What OS are you using now? Try to get the latest drivers for anything on your PC. Downlaod also a tool like AIDA32, CPU-z, SpeedFan or whatever to check the temperature on your pc.

Close any background apps, even explorer.exe.

Also post information about your PC (processor, ram, graphic card). At least you can write to Rockstar games/Take 2. I have one time written to them, a silly bug with SA, but they have helped to solve it.

I still have Windows XP SP2

PC data:
Ram: 960MB
CPU: AMD Athlon x2 4000+      2,11Ghz RAM
Graphic card: nVidia Geforce 6100 nforce 405 with 256VRAM
#3
Support / Re: Can't start Vice City
December 27, 2010, 04:07:43 PM
Anyone can help? ALL other games runs without problems.
#4
mIRC/pawn Scripting / Re: who can make the RPG gamemode
December 05, 2010, 05:25:54 PM
Quote from: MISHA123152 on December 05, 2010, 05:22:01 PM
jansi No ones!
vcmp has at least rpg server Russian Server (95.181.44.178:5192)

lol you call it rp? I call it DM with 5 functions from rp
#5
Support / Re: Can't start Vice City
November 28, 2010, 05:37:03 PM
I have different blue screen, code refers to hardware problems... I haven't changed anything in hardware 3 years.. It happens only with vice city! I will try remove all drivers and reinstall.

Code: *** STOP: 0x000000F4 (0x00000003, 0x8568E658, 0x8568E7CC, 0x805D120A)
#6
Support / Re: Can't start Vice City
November 28, 2010, 01:05:02 PM
lol, do you have brains or you are automatic spam machine?
#7
Support / Re: Can't start Vice City
November 28, 2010, 10:22:24 AM
from event log:
Event Type:   Error
Event Source:   Application Error
Event Category:   None
Event ID:   1000
Date:      2010.11.22.
Time:      14:33:35
User:      N/A
Computer:   LIETOTAJ-48B8CB
Description:
Faulting application gta-vc.exe, version 0.0.0.0, faulting module gta-vc.exe, version 0.0.0.0, fault address 0x0015251a.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74   Applicat
0008: 69 6f 6e 20 46 61 69 6c   ion Fail
0010: 75 72 65 20 20 67 74 61   ure  gta
0018: 2d 76 63 2e 65 78 65 20   -vc.exe
0020: 30 2e 30 2e 30 2e 30 20   0.0.0.0
0028: 69 6e 20 67 74 61 2d 76   in gta-v
0030: 63 2e 65 78 65 20 30 2e   c.exe 0.
0038: 30 2e 30 2e 30 20 61 74   0.0.0 at
0040: 20 6f 66 66 73 65 74 20    offset
0048: 30 30 31 35 32 35 31 61   0015251a
0050: 0d 0a                     ..     


2. When I disable auto restart appears blue screen.
#8
Support / Can't start Vice City
November 27, 2010, 08:05:59 PM
When I try to start Vice City computer when first loading screen appears, computer just restarts. With other games like San Andreas or III everything works fine. I have reinstalled VC 4 times, previously (before windows xp reinstall) all was ok.
#9
Quote from: Terminatorupgrade 2 on October 29, 2010, 08:55:53 AM
i have change it becuz .every time anywhere ping is changed








i am releasing new GUPS v5 SooN hope you like it


lol.
#10
General Discussion / Re: Suggestions for Version 0.4
October 26, 2010, 09:43:23 AM
Function, which reads players FPS data, so server could kick players who have FPS lags.
Updated chat, similar like in SAMP.
Synced hydraulics for voodoo and abilty to add hydraulics to any car.
Function, which chages vehicle tyres (There is that, in missions where is "special vehicles"  Like in guardian angels with voodoo and cuban hermes).
Fixed car surfing.
Better synced snipers (Sync now just sux. First shot with sniper don't do any damage!)
Function, which changes weapon range, not only damage.
Synced melee weapons (Bat, golf club a.o)
Synced tear gas.
Maybe function which changes weapon shooting speed.
Enable/disable headshots.
#11
VC:MP Clans / Re: new clan turkish power
October 10, 2010, 06:41:45 PM
omg
#12
General Discussion / Re: Suggestions for Version 0.4
September 26, 2010, 10:53:18 AM
About Voice Communication, there should be functions on server such as: Callback when player use this, Abilty to enable/disable, a.o.

Suggestions:
* Passenger driveby with allmost everyone weapon and possible to aim like in missions Phnom Penh '86, Supply & Demmand. But would be pretty difficult to sync this.

* Much more animations, which is used in  cutscenes too (if possible)

* Coronas and Markers(Checkpoints)

* Add more skins, such as all Tommy's clothes, French SWAT skin( Mall Shootout).

* Attach objects to player.
#13
General Discussion / Re: Suggestions for Version 0.4
September 19, 2010, 08:40:35 PM
desfire is famous with his newest hit: Don't Worry, Be Happy.
#14
General Discussion / What's with wiki?
September 10, 2010, 07:16:06 PM
#15
ShowRoom (pawn) / Re: GUPS 1.16a
September 05, 2010, 09:31:23 PM
else if (strcmp(cmd, "!heal", true) == 0) {
      new Float:Health; GetPlayerHealth(playerid,Health);

        if (Health >= 100) SendClientMessage(playerid,COLOR_GREEN,"Error: You are healthy!");
      else {
         SetPlayerHealth(playerid,100.0);
            SendClientMessage(playerid,COLOR_GREEN,"You have been healed.");
      }
      return 1;