• Welcome to Vice City Multiplayer.
 

New VC-MP mIRC Admin

Started by VRocker, March 31, 2008, 02:36:37 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

thijn

Thanks! this is very nice!,
Also does the vehicle move signal also works for passengers?


[AoD]NC

#46
Quote from: VRocker on March 22, 2009, 01:31:21 PM
Added the vcmp.vehicle.move signal for you.
Cool :D.
Quote from: VRocker on March 22, 2009, 01:31:21 PM
This has enabled me to add GetTeam.
GetTeam means GetTeamColorID :P [white, brown, blue, etc.]?

Edit: 2 bugs!
1. TeamId: at first time testing it returned 0 [probably good], but few hours later it returns 255 ;x.

Log from IRC exho
[14:57] <@_AoD-NC> ** [0] [AoD]NC: !team
[14:57] <@_AoD-NC> ** Team: 0
And after few hours, nothing changed in script or server...
[19:59] <@_AoD-NC> ** [1][AoD]NC: !team
[19:59] <@_AoD-NC> ** Team: 255
[19:59] <@_AoD-NC> ** [1] [AoD]NC: ;o


2. If i'm an invisible driver [i'm in a vehicle but my skin isn't there] and i try get someone, teleport to me, this person gets crashed.

Maybe my server is stupid and it has bugs :P?

thijn

Quote from: VRocker on March 22, 2009, 01:31:21 PM
Also updated the DLL for the updated server which was release yesterday to prevent people crashing it.
Maybe i'm dumb but were can we download that new server?



thijn

Ye i got it from Strike allready, thanks anyways


Skirmant

I have a problem. The on *:SIGNAL:vcmp.pickup.hit: signal doesn't seem to work!
I just can't make it detect that I picked up a pickup. I tried everything  :( 
I know advance mIRC, average C++, basic Pawn & Squirrel, very basic Java Script.

[AoD]NC

Skirmant: o rly? I have scripted in mirc months ago but it worked for me. Do u used if ($3 == ThePickupModelLike365) or smthing similar? Cause for me, this worked every time ;o.

Skirmant

I tried everything!

Detecting by id, detecting by type... Nothing works -.-
I know advance mIRC, average C++, basic Pawn & Squirrel, very basic Java Script.

rulk

Hya Skirmant,

Im sat infront of a ULTRA slow computer, doing nothing... Paste me your Pickup signal and lets see whats going on

Kind Regards

Luke Rudge

[AoD]NC

Or maybe this...

Are the pickups in the config file?

I have tried to add pickups to the config, run server and then running the scripts. And it wasnt working. I think the dll fails to recognize pickups that are ALREADY CREATED. Anyway, if i spawned the pickup via script [sample pickup spawner for FBS i gave months ago on this forum], the dll recognized the pickup and everything worked.

rulk

I think you could possibly be on the right tracks there, prehaps the pickups are not being added with "vcmp.AddPickup"

Skirmant

Ah, yes you're right! Thank you for the advice  :P
I know advance mIRC, average C++, basic Pawn & Squirrel, very basic Java Script.

VRocker

UPDATE:

Done some work on the dll to make it work with R2 since so many of you use the dll for scripts.

NOTE: There may be some bugs and there are many missing R2 features since not much time has been put into making this work. It was simply a case ofmodifying the netcode to make it connect and send/receive commands.

Have added a couple of small functions like gravity, gamespeed, framelimiter and spike strips but thats it.

Can be found Here

Let me know of anything thats broken and i'll fix it when i have some time :)


[AoD]NC

#58
Nice work and up-to-date :).
A btw. questions are u guys going to update teh Squirrel server too for r2?

aXXo

Hey
I was using this, found some problems.

Is it just me?

When I connect to the server it displays "Connecting to server(IP:PORT)......".
But nothing after that. It actually gets connected, but doesnt say that im connected.

When i type some message from outgame, like "hello"
It displays fine, but says "hello", instead of "aXXo: hello".

The Userlist does not shows my name when i enter the server. So i cant use any button because it says "No player highlighted".

the !speed command should work ingame? nothing happens when i tried it.