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.


Messages - Racing

Pages: [1]
1
mIRC/pawn Scripting / 2 Question P:
« on: May 19, 2008, 06:33:36 am »


much ve been looking for months the command! mycars

My script is Gun 10.0


Please Reply Rapid Thank



2
mIRC/pawn Scripting / Re: 2 questions
« on: May 19, 2008, 06:29:29 am »

Quote

1. Just make skin names, and use on signal spawn something like:
Code: [Select]
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:

Code: [Select]
if ($2 == ID) {or
Code: [Select]
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]

Pages: [1]