• 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

Topics - olvin122

#1
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.
#2
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 :/
#3
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  ?
#4
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.
#5
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 ?

#6
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.