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 - GTA-Roloboy

Pages: 1 2 3 [4] 5 6 ... 9
46
mIRC/pawn Scripting / Re: Omg Banlist WTF
« on: July 09, 2008, 01:03:32 pm »
Quote
alias vcmp.ban {
  write baninfo.txt Admin: $chr(91) $2 $chr(93) Banned: $chr(91) $vcmp.hgetname($vcmp.nameid($1)) $chr(93) Reason: $chr(91) $3- $chr(93) DateBan: $chr(91) $fulldate $chr(93) TimeBan: $chr(91) $time(HH:nn) $chr(93) IP: $chr(91) $vcmp.hgetip($vcmp.nameid($1)) $chr(93)

  vcmp.adminchat ** Banning $$vcmp.hgetname($vcmp.nameid($1)) Reason: $iif($3,$v1,None)

  .timer. $+ $$vcmp.nameid($1) $+ .ban -m 1 250 vcmp.command ban $vcmp.nameid($1)
}
Quote
     elseif ($1 == !banlist) {
      var %a = 1
      while (%a <= 100) {
        notice $nick $chan : $read($scriptdirbaninfo.txt,%a)
        inc %a
      }
    }
Quote
    elseif ($2 == !ban) {
      if ($hget(vcmp,loggedin. $+ %id) < 3) { vcmp.adminmsg %id You Must Be Admin Level 2 Or Higher To Attempt This Command. }
      elseif (!$vcmp.nameid($3)) { vcmp.adminmsg %id Error: Invalid ID. }
      elseif ($hget(vcmp,loggedin. $+ %id) < $hget(vcmp,loggedin. $+ $vcmp.nameid($3))) { vcmp.adminmsg %id You can't ban someone higher level admin than you... }
      else { $vcmp.ban($vcmp.nameid($3),$1,$4) }
      }

47
mIRC/pawn Scripting / Re: All Pick IDs
« on: July 08, 2008, 06:36:38 pm »
Nice ! Altough I already had a list like this but xD

UNBELIEVABLE WORK! xD

Good job!

48
mIRC/pawn Scripting / Re: !say %name xD
« on: July 08, 2008, 03:56:27 pm »
I don't think that should work, I think the best way is just remove ALL variables :P

or just +m (mute) the channel and give only people who you can trust +v (voice)

49
mIRC/pawn Scripting / Re: Unknown Command ??????
« on: July 07, 2008, 11:25:36 pm »
When it's a IRC command dont you mean to use:

 elseif ($1 == !checkhp) { $vcmp.checkcheat($2) }

?

50
mIRC/pawn Scripting / Re: Unknown Command ??????
« on: July 07, 2008, 09:21:50 pm »
Put the aliases ABOVE the signal of the commands.

Btw, try this:

Quote
alias vcmp.checkcheat { vcmp.sethp $1 90 | .timer 1 4 $vcmp.checkcheat2($1) }

alias vcmp.checkcheat2 {
  if ($vcmp.hp($1) > 90) { vcmp.adminchat ** Automatic Check - Cheats Detected On $vcmp.hgetname($1) $+ ! }
  else { vcmp.sethp $1 100 }
}

Quote
  elseif ($1 == !checkhp) { $vcmp.checkcheat($3) }

51
mIRC/pawn Scripting / Re: Ban in game or irc error sasan
« on: July 07, 2008, 09:13:27 pm »
Quote
alias vcmp.ban {
  write baninfo.txt Admin: $nick Banned: $vcmp.hgetname($vcmp.nameid($1)) Reason: $2- Date: $fulldate TimeBan: $time(HH:nn) IP: $vcmp.hgetip($vcmp.nameid($1))

  vcmp.adminchat ** Banning $$vcmp.hgetname($vcmp.nameid($1)) $iif($2,Reason: $2-,)

  .timer. $+ $$vcmp.nameid($1) $+ .ban -m 1 250 vcmp.command ban $$vcmp.nameid($1)
}

Try that

52
mIRC/pawn Scripting / Re: Ban in game or irc error sasan
« on: July 07, 2008, 09:08:10 pm »
Post: alias vcmp.ban {

53
mIRC/pawn Scripting / Re: Scripts
« on: July 04, 2008, 01:34:17 am »
in my opinion gus is better,try to get GUS V10.0 but sansan its an awesome script too  ;D

vRocker's script is good, it ownzz

54
Support / Re: Camera Weapon
« on: July 01, 2008, 09:54:39 pm »
The camera was not a wep...

There cameria has a weapon ID, that means it is able to give it via /setwep.
Only its bugged in /setwep.

I hope in the next version the camera will be usable ::)

I think that would be hard to save the token picture in a file..

55
mIRC/pawn Scripting / Re: [RESOLVED]Bad language
« on: June 29, 2008, 04:36:58 pm »
Quote
  elseif (fuck isin $2) || (*fuck* iswm $2) vcmp.warn $vcmp.getid($left($1,-1)) Server Using bad language
Better...

56
mIRC/pawn Scripting / Re: Speedlimit
« on: June 29, 2008, 04:33:59 pm »
Quote
alias vcmp.speed {
  var %x = $vcmp.location($1,x),%y = $vcmp.location($1,y),%z = $vcmp.location($1,z),%a = $calc(%x - $2),%b = $calc(%y - $3),%c = $calc(%z - $4),%d = $round($sqrt($calc(%a * %a + %b * %b + %c * %c)),2)
  vcmp.say $vcmp.name($1) - Speed: $round($calc(%d / 0.27777778),2) Kilometers Per Hour
  if ($round($calc(%d / 0.27777778),2) > 200) {
  vcmp.warn .....
  }
}

That should work...

57
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 26, 2008, 01:45:28 pm »
;)

58
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 25, 2008, 02:13:42 pm »
erm i only see

Teamcolours for VC:MP 0.3z
By H.M.Murdock

:S

Try to use FireFox

EDIT: tested, it doesn't work in Internet explorer.

59
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 24, 2008, 09:09:14 pm »
i think roloboy was doing a guide . . .

!me is waiting . . .

Yes :)

http://www.sky-city.nl/teamcolours/
(Note, this doesn't work in Internet Explorer)

Here you go :)

60
mIRC/pawn Scripting / Re: Putting a player in a vehicle
« on: June 19, 2008, 11:17:32 pm »
Your welcome! ;)

Pages: 1 2 3 [4] 5 6 ... 9