Since the last update (18th May), the client is working fine for me!!
Thanks.
Thanks.
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 MenuQuote 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/
wmic csproduct get UUID
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.
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
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
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
}
}