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.


Topics - Mariu22S

Pages: [1] 2
1
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.

2
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.


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

4
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.

5
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 );
}

6
Script Releases / DMS v1.0 [ 0.4 Script ]
« on: September 27, 2014, 06:07:34 pm »
Deathmatch Server v1.0 Public Script Version VC-MP 0.4

Commands list

/heal
/goto
/spawn
/wep
/gotoloc " cw and bank "
/fps
/gotocar
/setskin


Download 1
http://www49.zippyshare.com/v/36387578/file.htm
Download 2:http://host1gb.net.pl/download.php?file=d67b48d939403fe82eae2ccbde325408
Download 3:http://hostuje.net/file.php?id=4900f9529910fb29e80b5bd494389613

7
General Discussion / Proposition chat on website
« on: September 26, 2014, 11:00:27 pm »
Proposes to add chat to the page will be better communication between users.

9
Resolved Bug Reports / Server Port and Master List
« on: September 16, 2014, 02:03:38 pm »
My server is not on the master lists on port 7000 general master list.
Master list does not show all servers


Code: [Select]
Socket error 2 was encountered while trying to announce the server.

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

10
Script Discussion / Approximate date of release 0.4 ?
« on: September 14, 2014, 08:07:22 pm »
Could you give me the date of issue 0.4? I'm ready to move to version 0.4 but I do not know if the project does not fall and again a year to wait for a bete.

11
Servers / [0.4] Polska Scena VCMP | Beta
« on: September 13, 2014, 03:20:22 pm »
Beta testing server
IP:92.222.25.150:6000

12
Script Discussion / How to block shooting from a vehicle?
« on: September 12, 2014, 06:57:08 pm »
It's about shooting the Uzi blockade of the vehicle.

13
Resolved Bug Reports / [NOT A BUG] Respawn vehicles at high altitude
« on: September 11, 2014, 01:30:05 pm »
When the vehicle is at a high altitude, for example, the position Z = 221 vehicles themselves respawning at prevents making competition in the arena because it is at the height of 200+

14
Script Discussion / Custom skins
« on: September 05, 2014, 04:14:06 pm »
Is it possible to add your own skins?

15
Script Discussion / Proposition score and Website link
« on: September 01, 2014, 10:12:07 pm »
Proposition 1
Is it possible that add score / kills the client nickname in 0.4? It is not so important but it could have been.



Proposition 2
The second suggestion is to add the ability to link to the forum server to Server Info.



Pages: [1] 2