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.


Messages - Mariu22S

Pages: [1] 2 3 ... 6
1
General Discussion / Re: VCMP 0.3 multiple instances?
« on: October 07, 2014, 01:25:58 pm »
0.3 sucks

2
General Discussion / VC-MP 0.4 RC announce
« on: October 06, 2014, 11:10:11 pm »
Announce problem

Code: [Select]
Socket error 2 was encountered while trying to announce to master.vc-mp.ovh.

Will attempting to ping the announce server again in 150 seconds.

3
General Discussion / Re: Problem 0.4 RC
« on: October 06, 2014, 07:51:25 pm »
I think the client is already in the new version because I was uploading the new master list http://master.vc-mp.ovh

4
General Discussion / Problem 0.4 RC
« on: October 06, 2014, 07:32:06 pm »
I can not enter the server browser after installing 0.4 RC.On the vps I can not start the server because of the requirements of the library libasan.so.0.


5
Servers / Re: [0.4] Polska Scena VCMP | Beta
« on: October 05, 2014, 11:53:53 am »
Information

On the server are available languages ​​such as:

- Polish
- English
- Russian
   
Set command language / lang <language>
Example - /lang eng /lang rus /lang pol

Foreign players have the default language set to English.

6
General Discussion / VC-MP Wiki
« on: October 04, 2014, 11:52:44 am »

7
Videos and Screenshots / Re: | 0.4 | Funny Pictures
« on: October 03, 2014, 09:26:05 pm »

8
General Discussion / Re: Official version
« on: September 30, 2014, 10:36:17 pm »
Ok will do security on the unique ID.

9
General Discussion / Official version
« on: September 30, 2014, 04:54:30 pm »
Is the official version will be locked possibility of entering 100 times the server from one computer? The idea is that players come 100 times to the server from one computer.

10
Script Releases / gotoloc system
« on: September 28, 2014, 05:09:19 pm »
Gotoloc System

Add to onScirptsLoad()

Code: [Select]
QuerySQL( youdatabase, "CREATE TABLE IF NOT EXISTS teleporty ( Nick VARCHAR(32), Nazwa VARCHAR(32), Loc VARCHAR(32) )" );This command add teleport
Code: [Select]
else if ( cmd == "addloc" )
{
    if ( stats[ player.ID ].Login )
    {
        if ( stats[ player.ID ].Level >= 9 )
            {
    QuerySQL( youdatabase, "INSERT INTO teleporty ( Nick,Nazwa, Loc ) values ( '" + player.Name + "', '" + text + "', '" + player.Pos.x + "," + player.Pos.y + "," + player.Pos.z + "' )");
    MessagePlayer( "[#00ff00]You've added locations named " + text + "  to database", player );
            }
        else MessagePlayer( "[#00ff00]You must heve [9] level to use this command. " , player );
}
else MessagePlayer( "[#ffffff][INFO][#00ff00]Please login." , player );
        return 1;
}

Command /gotoloc < loc name >
Code: [Select]
else if ( cmd == "gotoloc" )
{
    if ( stats[ player.ID ].Login )
    {
     if ( text )
    {
    local q = QuerySQL( youdatabase, "SELECT Nick, Nazwa, Loc FROM teleporty WHERE Nazwa LIKE '%" + text + "%'" );
    if ( GetSQLColumnData( q, 2 ) != null )
    {
local pos = split( GetSQLColumnData( q, 2 ), "," );
player.Pos = Vector( pos[0].tofloat(), pos[1].tofloat(), pos[2].tofloat() );
MessagePlayer( "[#00ff00]--- > Teleport to the location [ [#ffffff]" + text + "[#00ff00] ] Created by [ [#ffffff]" + GetSQLColumnData( q, 0 ) + "[#00ff00] ]" , player );
    }
    else MessagePlayer( "[#00ff00]Given location is not in the database", player );
    }
    else MessagePlayer( "[#00ff00]Enter a location name", player );
}
else MessagePlayer( "[#ffffff][INFO][#FD0F0F] Please login. " , player );
}

11
Resolved Bug Reports / Re: Server Port and Master List
« on: September 28, 2014, 01:28:41 pm »
It works great thanks. :)

12
Resolved Bug Reports / Re: Server Port and Master List
« on: September 28, 2014, 01:04:07 pm »
After reinstalu still no server on the master lists.Try to do something because I have no chance of transition to 0.4 because my servers are not on the master lists.

13
Resolved Bug Reports / Re: Server Port and Master List
« on: September 27, 2014, 11:12:26 pm »
Well I do not know what I do to my server was on the list.

14
Resolved Bug Reports / Re: Server Port and Master List
« on: September 27, 2014, 11:02:20 pm »
I'll do reinstall vps.

15
Resolved Bug Reports / Re: Server Port and Master List
« on: September 27, 2014, 10:43:46 pm »
 My servers is not on the list of two days.Please fix master list

Pages: [1] 2 3 ... 6