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

#32
General Discussion / Re: VPS
Apr 23, 2015, 01:34 PM
DigitalOcean (ref)
#34
What's your favorite Vice City radio?
#35
Yes working fine without compatibility mode. I just think VCMP should work with compatibility modes.
#36
Still not working on after update.
#37
Quote from: Gudio on Apr 11, 2015, 01:32 PMServer browser with admin rights should help.
Quote from: stormeus on Apr 13, 2015, 09:45 PMIf anything you should be specifying Windows XP SP3 for compatibility.

Is this still an issue?
Quote from: Kessu on Apr 13, 2015, 11:42 PMWorks well with all compatibility modes (tested it myself) as long as you run the browser as admin like Gudio said.
I'm using Windows 8.1 Single Language 64 Bit any compatibility mode not working inculuding XP SP3 and Windows 8. I tried VCMPBrowser run as admin still not working. I will try update Windows.
#38
Closed Bug Reports / Program Compatibility
Apr 11, 2015, 01:21 PM
If I choose any program compatibility mode for gta-vc.exe I can't join servers.
#39
Second time not working for me.  ???
#40
function SaveStats( player )
{
       try{
    local id = player.ID;
if ( ( status[ player.ID ].IsReg == true ) && ( status[ player.ID ].IsLogged == true ) )
    {
        QuerySQL( db, "UPDATE Account SET Kills='" + status[ id ].Kills + "', Deaths='" + status[ player.ID ].Deaths + "', Cash='" + status[ id ].Cash + "', Bank='" + status[ id ].Bank + "' WHERE Name='" + player.Name.tolower() + "'" );
     print( "Saved Stats of Player " + player.Name + "[" + player.ID + "]" );
     status[ id ] = null;
    }
    }
    catch(e) print( "Save Stats Error: " + e );
}
Try this.
#41
Are you using Warchief?
#42
General Discussion / Re: Good News For All
Mar 17, 2015, 10:08 AM
https://www.duolingo.com
I recommend this site.
#43
Quote from: aXXo on Mar 15, 2015, 10:28 AMI believe you are trying to create an automatic system where a task is called on a weekly basis. The struggle is, that creating a timer is not feasible, because unfortunately our servers don't stay online for a week consistently.

Or maybe, you are trying to assign specific tasks to each day of the week. But even though the scripts can tell you the date, it can not detect(?) if the day is a Sunday or a Monday.
Nice idea! Date function giving with index "wday". Thanks. :)
#44
My fucking English... Thanks for the suggestion.
#45
Hmm okay I will convert old records with PHP. Thanks. :)