• Welcome to Vice City Multiplayer.
 

[0.3z] General Use Scripts - Current Version: 9.0

Started by Tommis, July 16, 2007, 06:10:30 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.


Daniel95

Open first the server after that the gus scripts.
<@Foxtrot> halooo
<@Foxtrot> darfeh any cw's?
* Desert_Eagle is now known as darfeh
<@darfeh> idk

StriKe

Quote from: [NoN]Toiletduck on December 28, 2008, 01:33:46 PM
Can anyone please send me a link for GUS 10?
The one given on page 4 is dead.
Your help would be appreciated.


Download Here:GUS V10.0 Updated
http://deathsquad-clan.com/vc-mp/vcmp.mrc


vice

Quote from: StriKe on January 18, 2009, 11:26:34 AM
Quote from: [NoN]Toiletduck on December 28, 2008, 01:33:46 PM
Can anyone please send me a link for GUS 10?
The one given on page 4 is dead.
Your help would be appreciated.


Download Here:GUS V10.0 Updated
http://deathsquad-clan.com/vc-mp/vcmp.mrc
yes it is gus v10.0 updated but this is what i see:
VCMP general use scripts v10.0 updated loaded/started
VCMP general use scripts v10.0 updated attempting to connect.
no further reactions.. i tried to unload and load again in remote, same. PLZ HELP

StriKe

Check wheather your ip and ports are correctly configured :D

vice

#81
Quote from: StriKe on January 18, 2009, 03:30:57 PM
Check wheather your ip and ports are correctly configured :D
this is my normal settings in .ini file :

IP: my normal IP
Rport: 5315
Cport: 5192 , and i changed it to this:

IP: 127.0.0.1
Rport: 5192
Cport: 5315 , now it says: creation of pickups....
                creation of pickups complete ! , no further reactions

EDIT: after creation of pickups complete ! it says this:
        clearing up player list...
         /hfree no such table 'vcmp' (line 202, vcmp.mrc)
     
       scripts still not connected to my server... help ?

[NoN]Toiletduck

/hfree no such table 'vcmp' (line 202, vcmp.mrc)

As far as I know that is not an error.
My scripts run with that.
Be a bit more specific, what happens in your server? Are there no scripts at all?

vice

Quote from: [NoN]Toiletduck on January 19, 2009, 04:40:29 PM
/hfree no such table 'vcmp' (line 202, vcmp.mrc)

As far as I know that is not an error.
My scripts run with that.
Be a bit more specific, what happens in your server? Are there no scripts at all?
like i said. nope, they are not connected, no scripts in my server.

thijn

Open ur vcmp server dialog, check if it says RCON admin connected. If it does, The scripts are connected


vice

Quote from: thijn on January 20, 2009, 02:40:01 PM
Open ur vcmp server dialog, check if it says RCON admin connected. If it does, The scripts are connected
.. not realy a good comment, it doesnt say that, and they never connect.

StriKe

Well in your vcmp.ini file you have something like this?

[MAIN]
IP=127.0.0.1
RPORT=5192
CPORT=5315
PASSWORD=yourpass


and you have any firewall?It might be blocking it from connecting

thijn

Quote from: vice on January 20, 2009, 03:49:59 PM
Quote from: thijn on January 20, 2009, 02:40:01 PM
Open ur vcmp server dialog, check if it says RCON admin connected. If it does, The scripts are connected
.. not realy a good comment, it doesnt say that, and they never connect.
Well, It's a very good comment, because in this post:
Quote from: vice on January 19, 2009, 03:53:02 PM
now it says: creation of pickups....
                creation of pickups complete ! , no further reactions

EDIT: after creation of pickups complete ! it says this:
        clearing up player list...
         /hfree no such table 'vcmp' (line 202, vcmp.mrc)
    
       scripts still not connected to my server... help ?
It only create the pickups when it's connected, So the script has to be connected :D :P ;D


Vayan

I've found the serious bug.
alias vcmp.setarmour dll rcondll.dll RconCommand set 16 $1-
16 must be replaced with 12, because set 16 is the icon creation command. That's why !setarmour doesn't work and weird icons appear on the map sometimes.

vice

Quote from: Vayan on February 04, 2009, 12:33:43 PM
I've found the serious bug.
alias vcmp.setarmour dll rcondll.dll RconCommand set 16 $1-
16 must be replaced with 12, because set 16 is the icon creation command. That's why !setarmour doesn't work and weird icons appear on the map sometimes.
so how u replace that? and where?