• Welcome to Vice City Multiplayer.
 

Rcon DLL Documentation

Started by olvin122, December 25, 2009, 06:17:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thijn

yes thats right NC,

I have found the following bugs:

set 28 <playerid> <skin> (set players skin)

Doesn't work, It flashes for a second but returns to the original skin.



set 14 <playerid> (set text bottom for player)

should be

set 14 <playerid> <text> (set text bottom for player)




password <newpassword> (sets password)
maxplayers <newmaxplayers> (sets max player limit)
set 20 <card> (set car to respawn)

does nothing for me



set 29 <bool> (enable/disable stuntbike mod)
set 30 <bool> <enable/diable shoot in air mod)

should be

set 29 <PlayerID> <bool> (enable/disable stuntbike mod)
set 30 <PlayerID> <bool> <enable/diable shoot in air mod)




and for the info:
with a bool they mean: 1=on 2=off


[AoD]NC

1 and 2?
I thought 1 and 0 :p.
Anyway i tried /password too but afaik in a similar topic but about 0.3z r1 :D there was /password too but it didnt worked too v_v. Maybe this works only in scripting somehow?

Ah and this isnt a bug, but maybe devs could fix it :). If i type wanted lvl 1, i ve got 1. But like in SP, after few secs, the wanted level is changed to 0 :(. I have an idea how to use the Wanted stuff on my server. It should be like, if player starts playing he got 0 wanted, if he do something then 1, if something more then 2 etc always +1, but for now, a player could have wanted: 0, 1, then again back to 0, with no chance to get more :(, hope u know what i mean ;p.

aXXo

Quote from: thijn on December 26, 2009, 07:55:20 PM
yes thats right NC,

I have found the following bugs:

set 28 <playerid> <skin> (set players skin)

Doesn't work, It flashes for a second but returns to the original skin.
Skin is working perfect for me :S.

but none of these are working for me:
that is, any command after the /set commands aint working:
newpickup <type> <pos.x> <pos.x> <pos.y> (creates pickup at position and outputs too [newpickup] <pickupid> <type> <pos.x> <pos.y> <pos.z>)
deletepickup <pickupid> (explains itself)
spawnpickup <pickupid> (respawns pickup)
spickupplayer <playerid> <pickupid> (spawns pickup for player only)
do <playerid> <anim> (set players animation)
perfecthandling <bool> (enable/disable Perfect Handling cheat)
disabledriveby <playerid> <bool> (disable/enable driveby Ability)
gravity <byte> (set global gravity)
gamespeed <byte> (set global gamespeed)
framelimiter <bool> (set global framelimter)
setspikes <playerid> <bool> (enable/disable spikes)
setwepdamage <wepid> <damage> (set weapon damage)
jumpswitch <bool> (enable/disable jump switch glitch)
fastswitch <bool> (enable/disable fastswitch glitch)
syncframelimiter <bool> (enable/disable framelinter sync)
taxiboostjump <bool> (enable/disable taxiboost cheat)
flyingcars <bool> (enable/diable taxiboost cheat)
driveonwater <bool> (enable/disable drive on water cheat)
setwaterlevel <level> (set global water level)
getweather returns(([getweather] byte)
players returns (this info in order - id,playername,ip,port,playerhealth,playerarmour,coord-x,coord-y,coord-y,carid,currentweapon,currentcarhp,players,currentmoney)
ping <player> returns([ping] playerid ping)
getplayercar returns ([getplayercar] playerid vehicleid State VehicleModel CarHealth)

It says "I dont know this command".

StriKe

#18
Quote from: aXXo on December 27, 2009, 07:02:13 AM
but none of these are working for me:
that is, any command after the /set commands aint working:
newpickup <type> <pos.x> <pos.x> <pos.y> (creates pickup at position and outputs too [newpickup] <pickupid> <type> <pos.x> <pos.y> <pos.z>)
deletepickup <pickupid> (explains itself)
spawnpickup <pickupid> (respawns pickup)
spickupplayer <playerid> <pickupid> (spawns pickup for player only)
do <playerid> <anim> (set players animation)
perfecthandling <bool> (enable/disable Perfect Handling cheat)
disabledriveby <playerid> <bool> (disable/enable driveby Ability)
gravity <byte> (set global gravity)
gamespeed <byte> (set global gamespeed)
framelimiter <bool> (set global framelimter)
setspikes <playerid> <bool> (enable/disable spikes)
setwepdamage <wepid> <damage> (set weapon damage)
jumpswitch <bool> (enable/disable jump switch glitch)
fastswitch <bool> (enable/disable fastswitch glitch)
syncframelimiter <bool> (enable/disable framelinter sync)
taxiboostjump <bool> (enable/disable taxiboost cheat)
flyingcars <bool> (enable/diable taxiboost cheat)
driveonwater <bool> (enable/disable drive on water cheat)
setwaterlevel <level> (set global water level)
getweather returns(([getweather] byte)
players returns (this info in order - id,playername,ip,port,playerhealth,playerarmour,coord-x,coord-y,coord-y,carid,currentweapon,currentcarhp,players,currentmoney)
ping <player> returns([ping] playerid ping)
getplayercar returns ([getplayercar] playerid vehicleid State VehicleModel CarHealth)

It says "I dont know this command".


You need to script it to get it working :c
and remove ";" to enable this settings

;SyncFrameLimiter = true
;FrameLimiterOn = true
;DriveOnWater = false
;TaxiBoostJump = false
;Gravity = 100
;GameSpeed = 100
;FastSwitch = true

[AoD]NC

Changing skin is working for me too, maybe thijn u are trying to change to a special skin?

thijn

Quote from: [AoD]NC on December 26, 2009, 08:41:28 PM
1 and 2?
I thought 1 and 0 :p.
yeah typo sry

Quote from: [AoD]NC on December 27, 2009, 11:40:39 AM
Changing skin is working for me too, maybe thijn u are trying to change to a special skin?
Im just trying to change from Tommy to Cop, i will check it though


ricardo

QUOTE FROM HERE:

http://forum.vicecitymultiplayer.com/index.php?topic=386.0

"Decided to recreate the VC-MP mIRC dll due to the hacky method that had to be used to retrieve data from the server and keep it connected.

The dll handles all the network connections, incoming data etc and parse the data. so no more if ($1 == [join]) "


WHY WE STILL USING THIS "HACKY" METHOD IN THE NEW VC:MP RELEASE ?

[AoD]NC

VR said "so no more". This if $1 join is in sansan v_v. This new dll uses instead signals like player join etc, so everything is fine >>>.

Maybe we are using it because devs thing that its not "hacky"?

Darkness

i have problems to build a server :S
can any help ?

asad3man

How to use these commands Flacon Tell me Briefly