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!.
/me 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
}
Thanks a lot Boss!.
was trying with $3
lol $3 is the command itself $4 is the value after the command. If u want a third valuse it wud be $5 etc.
and how i do to Put Player in Vehicle ?
if players type: !x
put player in vehicle <vehicle,Model>
something :)
Thanks:)
http://forum.vicecitymultiplayer.com/index.php?topic=135.0
But use Pawn anyway.