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

#1
Since the last update (18th May), the client is working fine for me!!

Thanks.
#2
General Discussion / Re: Can't join to server
May 18, 2015, 10:22 AM
Looks like its up again!! At least it worked for me:





#3
Support / Re: Cant access servers
May 13, 2015, 03:22 PM
Happening to me too, probably server down as mentioned above!
#4
Quote from: Erik on May 13, 2015, 02:43 PMHhh same problem happend to me...

http://postimg.org/image/otjqij65z/

And i'm getting an error when i start the app

http://postimg.org/image/nn6d06069/

Try running cmd.exe or Command Prompt Line and run this command:

wmic csproduct get UUID
If It returns all FFFFFF, I'm afraid you have the same problem as me; you won't be able to play on updated servers.

I have been reading a little bit and it seems that this thing is on a very low level (or machine level), meaning that normal home users won't be able to fix it. I have also Windows XP installed on another Partition and it returns the same UUID. I also entered the BIOS setup and this PC hasn't got Asset Tag or UUID being shown there. Just stickers on the PC Case with the serial number, but kind of useless since hardware doesn't see it. I have also read some comments and looks like not all suppliers provide a UUID, and also it cannot be changed or it would be needed to go through stuff like flashing BIOS and things that some users may be afraid of doing...

Since this stuff also looks curious to me, I got into an small article that says other ways to "identify" a machine uniquely. I dunno if it would work (I dont have any knowledge about this), but wouldn't be possible to use the Hard drive ID to identify a machine if the UUID method fails (returns FFFF...)? Of course, Im not telling you to change the VC-MP system entirely at all just because It doesn't work for me, but this question is more about curiosity than anything else!! (Sorry if Its not the correct place to ask).

This is the article about ways to identify a machine: http://www.nextofwindows.com/the-best-way-to-uniquely-identify-a-windows-machine/

Thanks again!
#5
Quote from: stormeus on May 12, 2015, 06:54 PMTry wmic path win32_computersystemproduct get * in the command line and see what the output is.

The file output is:
Caption                          Description                      IdentifyingNumber  Name          SKUNumber  UUID                                  Vendor  Version 
Producto de sistema informático  Producto de sistema informático                     Aspire X3810             FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF  Acer             

Thats what the command returns. I dont have almost any kind of experience on these environments, but for me that UUID value it's not correct or looks really weird.

I tried VC-MP in my other computer connected to the same network, and the last version is working just fine. Also tried the same command and it outputs a reasonable value.

The problem is on my machine, I will try to look for some solution!!

Thank you very much again for helping.
#6
Thank you very much for supporting me but tried both methods about the repository and they didn't work :/ even tried doing chkdsk, sfc /scannow and cleaning Registry with CCleaner... also tried disabling ESET Smart Security firewall in case it could be blocking some kind of packet but looks like it wasn't the issue.

#7
This is what the file says:

MSG: Blocked plugin 'vc-mp.flt', append to game_allowedmods to allow this plugin.
Error in : get_hr turned out to be 2147749890
Error in : Failed with a result of 2147749890; LastError is 183

I guess its telling me that mods aren't allowed? I have particle.txd mod and tried reverting it to the original one but it won't work either. Maybe a fresh VC install would work.

#8
Support / [CLIENT] Failed to send unique id
May 11, 2015, 08:05 PM
Hello,

since the client got updated, the issue I had previously got fixed but now I'm having another problem when trying to join certain servers.

I also updated the server.exe to the latest version (v12) and I got the message Connection rejected: failed to send unique id. I thought I had done something wrong so I did get back to the previous server.exe (v11) and everything worked okey. But now since some servers are updating to v12 too, Im getting the same message when joining them:



I have tried uninstalling and reinstalling the client in a different directory (not the AppData one) but problem remains.

Thanks and Regards.
#9
Maybe using player.Armour and player.GiveWeapon in OnPlayerSpawn. Maybe something like this (not tested):

function onPlayerSpawn( player )
{
   if(player.Class == TEAM_COPS){
     player.Armour = 50;
   }
    if(player.Class == TEAM_VCR){
    player.Armour = 100;
   }

// For weapons

   if(player.Class == TEAM_XXX)
   {
     player.GiveWeapon(stubID, ammo); // Wep 1
     player.GiveWeapon(rocketID, ammo); // Wep 2
   }

}

if TEAM_XXX has 3 weapons in AddClass, then add the extra ones by using the function player.GiveWeapon.

TEAM_COPS, TEAM_VCR and TEAM_XXX refer to the player.Class (classid).
#10
As I opened the browser it updated the client, but now cannot join any server. As soon as VC finishes loading I get this:



I have this:



Before the update it worked okey. I also updated my server.exe but seems that the problem its not there. I have also tried enabling/disabling compatibility modes in the gta-vc.exe but no changes either.

EDIT: Reverting to the 04rel002 previous version (6th May) works.

And by the way, very nice job with this modification, its looking great so far ;)

Thanks.