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

Pages: 1 2 [3] 4
31
mIRC/pawn Scripting / Making everybody independant.
« on: July 10, 2008, 11:53:16 pm »
Hello , i havent got a clue if this is possible couse it works through the config.ini file, is there a way to make a command and make all skins independant? and then another skins makes them go back to original teams? i think this maybe not possible but . . . maybe have like another ini with independant skins and do something like "readini".

32
mIRC/pawn Scripting / Re: Mute or similar
« on: July 10, 2008, 08:12:32 pm »
does it work tanax? funciona?

33
mIRC/pawn Scripting / Re: Mute or similar
« on: July 09, 2008, 08:43:17 pm »
we have been working through IRC,we couldnt get it to work? anymore ideas?

34
mIRC/pawn Scripting / Re: Mute or similar
« on: July 09, 2008, 06:09:34 pm »
im going to try that,what about to give them back the cmds?

maybe ?
elseif (!blockcmds* iswm $2) {
  hadd -m cmdallow %name Yes
}

By the way,remember im using sansan.

35
mIRC/pawn Scripting / Re: Mute or similar
« on: July 09, 2008, 04:58:43 pm »
that gave me an idea,what about making a command,adding player to the anticmdspam thing,that will remove his ! permissions and you wouldnt need to change the stfu command.ill have a look but this could be possible.

36
mIRC/pawn Scripting / Re: !say %name xD
« on: July 08, 2008, 06:43:38 pm »
what about something similar to the "swearing thing" if you do !say %name it goes ***** and then kicks/bans the player .

37
mIRC/pawn Scripting / Re: Mute or similar
« on: July 08, 2008, 06:35:10 pm »
yeah im ussing sansan, what i want to do is remove the commands from a player so he cant do !blablabla  i dont mind him using the chat,i can stfu him as you said,i want to be able to disable commands if its possible . thx in advance

38
mIRC/pawn Scripting / Mute or similar
« on: July 08, 2008, 07:04:44 am »
is there anyway to mute someone or,remove their commands?

39
make sure you have all commands closed ( } ) couse i was having some problem that a message was popping up even not using that command

40
mIRC/pawn Scripting / Re: Weapon IDs
« on: July 07, 2008, 01:06:59 am »
sorry . . . thx a lot anyway.

41
mIRC/pawn Scripting / Weapon IDs
« on: July 06, 2008, 08:13:42 am »
Hello,here are the normal weapon ids.
0=Unarmed
1=Brass_Knuckles
2=ScrewDriver
3=GolfClub
4=NightStick
5=Knife
6=Baseball_Bat
7=Hammer   
8=Meat_Cleaver
9=Machete
10=Katana
11=Chainsaw
12=Grenade
13=Remote_Detonation_Grenades
14=Tear_Gas
15=Molotov_Cocktails
16=Rocket
17=Colt45
18=Python
19=Shotgun
20=Spas12_Shotgun
21=Stubby_Shotgun
22=Tec9
23=Uzi
24=Silenced_Ingram
25=Mp5
26=m4
27=Ruger
28=Sniper_Rifle
29=Laser_Scope_Sniper_Rifle
30=Rocket_Launcher
31=Flame_Thrower
32=M60
33=Minigun

Could somebody post a link for the weapon pickups and the ammunation weapons ids?

i had this
 Weapon pickup IDs: http://www.gtam.info/adam/id/pickups_weapons.txt
Other useful pickup IDs: http://www.gtam.info/adam/id/pickups_other.txt
but seems not to be working anymore :S thx in advance

42
mIRC/pawn Scripting / Re: Few Things in 1 Topic :P
« on: June 29, 2008, 02:26:48 am »
pitty they are not working,weird. . . ill post if i get the solution,appreciate your help Sir. Bakasan

43
mIRC/pawn Scripting / Re: Few Things in 1 Topic :P
« on: June 28, 2008, 08:38:16 am »
sorry for double post,this is what i have up to now:

1.-
Code: [Select]
elseif ($2 == !announce) $iif($hget(vcmp,loggedin. $+ %id) < 5,vcmp.adminmsg %id You must be Admin Level 5 or higher to attempt this command.,vcmp.gametext.all $3-)
This Works Fine,but im stuck with adding it to the echo commands,so i can "announce" from IRC.
Code: [Select]
;--- hop and higher commands
    elseif ($1 == !announce) vcmp.gametext.all $3-

I obviosly have something wrong,but dont know what.


2.- time command doesnt work,ill try work on it more tomorrow i left it like this :
Code: [Select]
elseif ($2 == !time) vcmp.adminchat GMT + 1 Current Date/Time $asctime

4.- Very proud of this,all due to respect to bakasan but i would recommend this.
Code: [Select]
elseif ($2 == !getcar) {
      if ($hget(vcmp,loggedin. $+ %id) < 5) vcmp.adminmsg %id You must be Admin Level 5 or higher to attempt this command.
      else {
        if ($vcmp.hgetcarid(%id) != 0) vcmp.adminmsg %id You must not be in a vehicle to use !getcar.
        else {
          if ((!$3) || ($3 > 200) || ($3 < 0)) vcmp.adminmsg %id Error: Invalid Car ID.
          else {
            vcmp.getloc $vcmp.hgetpos.x(%id) $vcmp.hgetpos.y(%id) $vcmp.hgetpos.z(%id) 0
            vcmp.setcarloc $3 $vcmp.hgetpos.x(%id) $calc($vcmp.hgetpos.y(%id) + 3.5) $calc($vcmp.hgetpos.z(%id) - 1.0)
            ;vcmp.setcar %id $3
            vcmp.adminmsg %id Got car $3 $+ !
          }

Thanks in advance for the possible help . . .

44
mIRC/pawn Scripting / Re: Few Things in 1 Topic :P
« on: June 27, 2008, 07:30:06 pm »
first thing i said even i was on my own in my room was "COOOL!!!" when i saw your name on the "last message thing" on this topic,freaking awesome man,thx a lot.

1.- Works Fine,ill try and see if i can do it from irc,if not,i think i know where i have to look for it.

2.- Not Working but i think i know what to do.

4.- ok it spawns a bit further north as i saw here. ($vcmp.hgetpos.z(%id) + 1.5) but its still not enough so ill change it to probably $vcmp.hgetpos.z(%id) + 3.0),see if it works,thx a lot,ill post here if theres still anything "buggy"

45
mIRC/pawn Scripting / Re: Few Things in 1 Topic :P
« on: June 27, 2008, 05:55:05 am »
nobody can help me ?  :'( :'( :'( :'(

Pages: 1 2 [3] 4