• Welcome to Vice City Multiplayer.
 
Menu

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.

Show posts Menu

Messages - Falcon

#61
mIRC/pawn Scripting / Re: Pickups ids HERE
July 23, 2007, 01:40:03 PM
All pickup id's can be found in these file's.
Grand Theft Auto Vice City\data\default.IDE
Grand Theft Auto Vice City\data\maps\generic.IDE

You'll need to filter thru them thou alot are objects which will crash if you pick them up.
#62
mIRC/pawn Scripting / Re: 0.3z rcon Commands
July 23, 2007, 01:28:35 PM
Quote from: AdTec_224 on July 22, 2007, 07:18:14 PM
WOW just what i needed thank you falcon! ;D

just a quick question :P

Quoteset 16 <marker> <pos.x> <pos.y> <pos.z> (set icon and posation)
set 18 <carid> (kils car engine)

is there a set 17? and if so what is it?

Thanks again

-AdTec_224

set 17 is another marker/icon w/o sphere how ever is alittle buggy so don't recommend you use it.
#63
mIRC/pawn Scripting / 0.3z rcon Commands
July 22, 2007, 02:59:27 PM
Hope this helps you scripters out there.

Full list of rcon commands.

kick <id> (explains itself)
ban <id> (explains itself)
banip <ip> (explains itself)
unban <ip> (explains itself)
password <newpassword> (sets password)
maxplayers <newmaxplayers> (sets max player limit)
gethp <id> (outputs players health to [gethp] <id> <health>)
getarmour <id> (outputs players armour to [getarmour] <id> <armour>)
getmoney <id> (outputs players money to [getmoney] <id> <money>)
getloc <id> (outputs players health to [getloc] <id> <pos.x> <pos.y> <pos.z>)
gethr (outputs current hr to [gethr] <currenthour>)
getmin (outputs current minute to [getmin] <currentminute>)
getweather (outputs current weather to [getweather] <currentweathervalve>)
getspectators (outputs current amount of people in spectator mode to [getspectators] <amount>)

adminchat <text> (Display text in server)
adminmsg <id> <text> (Sends text to id only)
sethr <newhour> (explains itself)
setmin <newminute> (explains itself)
setweather <valve> (Changes weather to new valve)
settimerate <rate> (changes rate time counts)

set 1 <id> <pos.x> <pos.y> <pos.z> <interourid> (sets players position and interour)
set 2 <carid> <health> (sets vehicle health)
set 3 <carid> <status> (sets car door status etc 4 = locked)
set 4 <id> <money> (sets players money)
set 5 <id> <weaponid> (sets players weapons .. note 0 will remove all weapons)
set 6 <id> <state> (sets players control state)
set 7 <id> (removes marker from player)
set 8 <carid> <pos.x> <pos.y> <pos.z> (sets car location)
set 9 <id> <carid> (put player into car)
set 10 <id> <health> (sets player health)
set 11 <id> <colour> (show player marker and change colour)
set 12 <id> <armour> (set players armour)
set 13 <id> <text> (display text centre .. note this uses std gxt)
set 14 <id> (set player non imune to other players)
set 15 <id> (set player imune to other players)
set 16 <marker> <pos.x> <pos.y> <pos.z> (set icon and posation)
set 18 <carid> (kils car engine)

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)

players (returns this info in order - id,playername,ip,port,playerhealth,playerarmour,coord-x,coord-y,coord-y,carid,currentweapon,currentcarhp,players,currentmoney)




#64
Public Beta / Re: [BUG]Sepctator Mode fails
June 15, 2007, 03:02:41 PM
Quote from: adamale on June 15, 2007, 01:24:30 PM
Description: When I am watching someone and this person enters a building I can't see what's inside. It happened when RAF entered a bank.
Reproducible: Always (I think)
What you were doing at the time of this bug: Watching RAF rofl.
What you think caused the bug: Interiors can't be loaded when you watch somebody.

Is there anythying you can do about it?

Thankyou greatly pointed out, will be fixed asap.
#65
Support / Re: Port Forwarding
June 14, 2007, 01:20:42 PM
Tommis is right but you only need to forward your rcon port if you plan on loggin in remotely.

Falcon.
#66
Quote from: adamale on June 12, 2007, 10:28:21 PM
But, are you going to release any documentation with rcon commands and all similar stuff?

Of course i'll release a full list of rcon commands and explanation of what they do..
#67
Public Beta / Re: Publicbeta (0.3z)
June 13, 2007, 01:23:05 PM
Quote from: TonynhO on June 13, 2007, 01:13:13 PM
Will be there LC:MP 0.3z too or just VC:MP 0.3z? :-X

Yes but we will host another public beta for it.
#68
Quote from: capitanazo on June 12, 2007, 02:40:56 AM
its posibble using this function in  0.3z?
bye sorry for my english

Its possible to move any vehicle in 0.3z so yes, there are alot more rcon commands i won't go thru them all you'll have to just wait till Friday  ;)