• 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 - olvin122

#1
Support / Re: Not so F AQ
January 14, 2010, 03:09:07 AM
1. I think its crystal clear they are not professionals, and don’t be so gullible to think otherwise.

2. By providing NO documentation they are practically inciting "hackers" to create their own programs which captures all packets the server sends to the rcon, which in turn will allow scripts to communicate with the server.

3. It’s been absolutely appalling (verging on infantile) behaviour, informing players “Not to ask about development of 0.3z R2 or 0.4” or else it wont be released as promptly.

Was it worth all this build up of “shhhh, don’t ask” ? I don’t think so!

You keep on inciting the hackers by providing no documentation!
#2
Support / server.cfg values (Pawno release)
January 10, 2010, 06:10:20 PM
Thankyou very much for the Pawno server, i have plans to convert some samp scripts.


Would you list all the possible values for the server.cfg as some differ from samp. (plugins for example)

mapname also wont work, along with password.

Again, thankyou.
#3
mIRC/pawn Scripting / RCON COMMAND REQUESTS
January 07, 2010, 11:04:29 PM
Hello,

I was hoping you would consider addding the following

Vehicles:

GetVehicleRotation ? - Gets the current vehicle rotation.

GetVehicleColor ? - Gets the current Vehicle color.

SetVehicleColor ? - Instantly change that vehicle colour.


RespawnVehicle ? - Instaly respawn that vehicle with full health.

IsVehicleOnRoof ? - (need "GetVehicleRotation" to do this)

GetVehicleModel ? - return the vehicle model

SetVehicleModel ? - change that vehicle to a different model instantly.

IsPlayerPassenger ? - maybe return VehicleID if true and 0 if false



Classes:

GetPlayerSkinName ? - return the skin name of that player

HasPlayerSpawned ? - check if player has spawned (using none server side scripting for this will fail if scripts go down)

SetPlayerTeam ? - eg: SetPlayerTeam(PlayerId, -1);  -  (sets that players team to DM/independant)

GetSpawnWeps ? - Maybe Return WepID's of the skin spawn weps in string (eg: 21 32 17) would represent Stubby, M60 and Colt45


Pickups:

Limit raised from 336


If i have missed any important ones, please add them to the list.

Hopefully the developers might listen to their audience :/
#4
Hello,

i made a script but i need help with one part.

i am using the rcon command "set 26" to "set the vehicle rotation float" and it works.

please would you explain how do i Get the current vehicle rotation  ?
#5
Support / Re: Can't connect to any server.
December 29, 2009, 04:29:06 PM
I have the same problem.

I downloaded the new client and now I can't connect to any servers to play VC:MP
#6
I'm not sure if there is any professionalism here.

As far as I am aware, there is no information regarding recent changes to the client.

some documentation or even a simple changelog would be nice.
#7
General Discussion / bind = "ip" ?
December 29, 2009, 12:55:32 PM
Apparently a new feature has been added to the server.

no documentation or any description.

what does "bind ip" do, and what does it mean ?

#8
what update is this ?

why do you not release professional documentation and inform people of any changes?

it's looking rather like a couple of old blind sisters put everything together for VC:MP at the moment.



#9
Script Showroom / Re: New VC-MP mIRC Admin
December 29, 2009, 12:38:40 PM
the DLL i downloaded today doesn't work.

i replaced the one i downloaded yesterday. now it doesn't connect.

my script FBS.
#10
Script Showroom / Re: New VC-MP mIRC Admin
December 27, 2009, 08:56:52 PM
My Findings:

A default alias (replace "GetFunction" and "Function_Name" with each DLL Function)

alias GetFunction !return $dll( " $+ $scriptdirvcmp.dll $+ ", Function_Name, $1- )



DLL FUNCTIONS:

I think these are all the new ones:

GetClassModel - cant get to work (crashes if contains missing parameters)

GetClassName - cant get to work (crashes if contains missing parameters)

GetFrameLimiter - works (crashes if contains missing parameters)

Parameters:
$1 = serverID


GetGamespeed - returns 1 or 0 (crashes if contains missing parameters)

Parameters:
$1 = serverID


GetGravity - works (crashes if contains missing parameters)

Parameters:
$1 = serverID


GetSpikes - cant get to work (crashes if contains missing parameters)

SetClassModel - cant get to work
SetClassName - cant get to work

SetFrameLimiter - works

Parameters:
$1 = serverID, $2 = 1/0


SetGamespeed -  works

Parameters:
$1 = serverID, $2 = Speed

SetGravity - works

Parameters:
$1 = serverID, $2 = Gravity

SetSpikes - cant get to work (crashes if contains missing parameters)
#11
mIRC/pawn Scripting / Re: rcon irc dll documentation?
December 26, 2009, 01:17:37 PM
nice rapid response StriKe, thanks.


is there, or whats the rcon command to output the current SkinName and/or SkinID of a player ?

the same question applys to the vehicle rotation angle,

whats the rcon command to output a vehicles current rotation angle?

eg: GetVehicleRotation
and SetVehicleRotation

thanks for your help, i appreciate it.


EDIT:

does the rcon command "getplayercar " work for passenger ?
eg: IsPlayerPassenger

#12
mIRC/pawn Scripting / Re: rcon irc dll documentation?
December 26, 2009, 01:08:05 PM
set 28 <playerid> <skin> (set players skin)

can we get a players skinname as well as set it ?

also, is the parameter "<skin>" the SkinName or SkinID? (if its SkinName, how do we know the names, any documentation ?)
#13
mIRC/pawn Scripting / Re: rcon irc dll documentation?
December 26, 2009, 01:00:07 PM
set 26 <carid> <rotation> (set vehicle rotation float)


my bad, this should set the rotation, how  do we get the current rotation angle ?
#14
mIRC/pawn Scripting / Re: rcon irc dll documentation?
December 26, 2009, 12:20:56 PM
IMPORTANT ONES:

get/set vehicle rotation angle ?
stunting would have been a good scrpt idea....


set team status by script ?
for lms when friendly-fire is switched off.


i'll list more, i have just woke up to see this disappointing list
#15
mIRC/pawn Scripting / Rcon DLL Documentation
December 25, 2009, 07:17:52 PM
Hello, I see VC:MP R2 has been released. Thanks to the developers for this.

Do we have any documentation for any new scripting callbacks that are in the new rcon irc dll released today.