• Welcome to Vice City Multiplayer.
 

Help in VC-MP mIRC Admin.

Started by Devian, April 07, 2010, 08:55:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Devian

well..
i use 'New VC-MP mIRC Admin'

and i create this cmd.

  elseif ($3 == gravity) {
    vcmp.setgravity $1 30
  }

well this cmd works fine.
but i want in game change the value.
Ex: !gravity <value>
not everytime gravity 30

can someone help-me?
thanks!.

Boss

* Boss slaps Thijn
See, that's what I was talking about. Some unrelated symbols, unnamed variables... Programming cannot possibly be more fun!

2 Devian:
Anyway, I assume to enter the value yourself you would need to have

 elseif ($3 == gravity) {
   vcmp.setgravity $1 $4
 }


Devian

Thanks a lot Boss!.
was trying with $3

gta5

lol $3 is the command itself $4 is the value after the command. If u want a third valuse it wud be $5 etc.

Devian

and how i do to Put Player in Vehicle ?
if players type: !x
put player in vehicle <vehicle,Model>

something :)

Thanks:)

Boss