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 - thijn

Pages: 1 ... 42 43 [44] 45
646
mIRC/pawn Scripting / [RESOLVED] Killingspree
« on: June 30, 2008, 11:36:11 am »
How can i make a killingspree code?
i'm using GUS. Can someone help me?

647
mIRC/pawn Scripting / Re: [RESOLVED]Bad language
« on: June 29, 2008, 05:32:54 pm »
thanks

648
mIRC/pawn Scripting / Re: Speedlimit
« on: June 29, 2008, 05:31:16 pm »
ok thank you, but when i have this code:
Quote
alias vcmp.speed {
  var %name = $vcmp.name($1)
  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 %name Server To high speed
  }
it says (when im driving to fast):Unknow - New Warns: 1/3 , Reason: to hight speed , By Admin: thijn
Why can't he know the name?
but when "unknow" have 3 warnings, i was kicked??
so he know that its me that's speeding but he dont show it ??? ???

649
mIRC/pawn Scripting / [RESOLVED] Speedlimit
« on: June 29, 2008, 01:16:43 pm »
How can i make a command that checks the speed, and if the speed is over 220 then he autowarn the user. I thought that i can use !speed to calculate the speed, but i dont know i i can check if the speed is over 220.
Can someone help me?

Alias:
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) is higher then 200 {
  vcmp.warn .....

  }
}

650
mIRC/pawn Scripting / Re: Bad language
« on: June 29, 2008, 01:05:31 pm »
i've done it myself:
Quote
on *:SIGNAL:vcmp.text:{
if ($findtok(fuck shit bastard,$2-,1,32)) vcmp.warn $vcmp.getid(%name) Autowarn Using bad language
  var %name = $left($1,-1)

  vcmp.check.timer %name
  vcmp.check.spam %name

  echo -a 14 $+ %name $+ : $2- $+ 

  if ($2 == brb) vcmp.say %name will Be Right Back! Reason: $iif($3-,$v1,None)
  elseif ($2 == bbs) vcmp.say %name will Be Back Soon! Reason: $iif($3-,$v1,None)
  elseif ($2 == bbl) vcmp.say %name will Be Back Later! Reason: $iif($3-,$v1,None)
  elseif ($2 == fuck) vcmp.warn $vcmp.getid(%name) Server Using bad language
  elseif (($2 == back) && ($3- == $null)) vcmp.say %name is Back!
}

651
mIRC/pawn Scripting / Re: Bad language
« on: June 29, 2008, 12:54:18 pm »
it helped a lot, but i have only one problem: If i say only "fuck" it warn, when i say "fack u" it doesn't warn??
Screen:



652
mIRC/pawn Scripting / Re: Bad language
« on: June 27, 2008, 04:45:13 pm »
plzz can someone help me????

653
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 26, 2008, 05:55:44 pm »
no problem ;)

654
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 25, 2008, 06:15:02 pm »
ur right, i use also firefox, and i can see it  :)

655
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 25, 2008, 09:11:13 am »
here:

656
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 24, 2008, 09:12:06 pm »
Thanks!!!!

657
mIRC/pawn Scripting / Re: Bad language
« on: June 24, 2008, 09:11:39 pm »
sorry but it doesn't work.
I'm using GUS, can someone help me??

658
mIRC/pawn Scripting / Re: Bad language
« on: June 24, 2008, 07:15:57 pm »
ok thanks,
what means findtok?

659
mIRC/pawn Scripting / [RESOLVED]Bad language
« on: June 24, 2008, 02:44:22 pm »
How can i auto warn someone who says fuck or something else what's not allowed??
can someone help me??

660
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 24, 2008, 02:31:51 pm »
ok lets wait then ;)

Pages: 1 ... 42 43 [44] 45