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

#1
[variables]
n0=%identpw /identify 422859
n1=%homechan #racing 422859
n2=%echochan #racing
n3=%botname Dupyspoom
n4=%host 190.47.192.72
n5=%port 5315
n6=%pass antoniox
n7=%echolevel 4
n8=%max_retry 20
n9=%dll rcon.dll
n10=%max_players 50
n11=%currentmode none
n12=%acctsfile vcmp.accounts.hash
n13=%stfufile vcmp.stfu.hash
n14=%cpickupsfile vcmp.currentpickups.hash
n15=%confighash vcmp.config.hash
n16=%configfile config.ini
n17=%climate 4 4 1 0 1 4 4 4 1 0 1 4 4 4 1 0 1 4 4 1 0 1 4 4 0 1 5 4 0 1 3 1 0 4 2 0 1 6 1 0 4 4 1 0 1 4 4 1 0 1 4 4 1 0 1 4 4 1 0 1 4
n18=%valid.weaponmodel.ids 259 260 261 262 263 264 265 266 267 268 269 272 274 275 276 277 278 279 280 281 282 283 284 288 289
n19=%invalidweapons 28 29 30



Whats Problem You Script No Connect In vcmp-svr Please Help :D
#2
mIRC/pawn Scripting / 2 Question P:
May 19, 2008, 05:33:36 AM


much ve been looking for months the command! mycars

My script is Gun 10.0


Please Reply Rapid Thank


#3
mIRC/pawn Scripting / Re: 2 questions
May 19, 2008, 05:29:29 AM

Quote

1. Just make skin names, and use on signal spawn something like:
if ($vcmp.skin(%id) == SkinName) {
   vcmp.announce %id ~o~Skin Locked ~w~, ~y~admins only
   vcmp.sethp %id 0
}


Don't forget to make alias vcmp.skin

2. Just use the rcon command newpickup, as I know theres a cmd for it in GUS !addpickup or !setpickup, then make on signal pickup:

if ($2 == ID) {
or
if ($3 == ID) {
   var %rand = $rand(1,3)
     if (%rand == 1) vcmp.announce %id What were you thinking, eh?
     elseif (%rand == 2) vcmp.announce %id Fooled ya!
     elseif (%rand == 3) vcmp.announce %id Just kidding...
   vcmp.sethp %id 0
}


If you need any help with it, send a PM :)

where it is placed in the command or script   ???




Thank [/b]