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]
46
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 26, 2008, 03:46:51 am »
yeah ok,no problem,i use IE,but i also have Firefox,so over and done with,thx for the good work.

47
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 24, 2008, 11:30:38 pm »
erm i only see

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

:S

48
Support / Re: Strange Problem
« on: June 24, 2008, 05:49:55 am »
Please use the "Modify" button next time,i think thats the normal vcmp error crash we all get,isnt it?

49
mIRC/pawn Scripting / Few Things in 1 Topic :P
« on: June 24, 2008, 05:39:00 am »
thanks in advance,i would like to know more by myself but,im erm a noob at scripting at the moment .  >:( :'(   Im using Sansan

1?- I would need/like the "announce" command,i look in script and i start to see how it works but i cant kind of set all up together, i know i use vcmp.gametext,but i dont know how to make command from there :S.

2?- Can mIRC make sums? i think ive seen it somewhere,to start with i want to use it for the time command,as it gives my time so i would do like,im from spain,GMT +1,so like england would be $currenttime minus 1.im not sure why but my !time command crashes,it works at start but then it get stuck at that hour,like,i type !time and it comes 3:00 ,half hour latter i do !time and it still comes up 3:00 :S
Code: [Select]
elseif ($2 == !time) vcmp.adminchat $currenttime
Code: [Select]
alias currenttime vcmp.adminchat $asctime(HH:mm)
3?- i cant get to work some cars on the config.ini file,cars like phoenix , which is weird couse i see it on other servers :S. Skin 130 also doesnt work I put like

Skin = 1 130 etc etc etc
Skin = 1 103   "     "    "

and two 103's skins comes up,one with 103's weapons and the other with 130's weapons :S.

4?-I managed to find out how to disable the auto-enter in vehicle when you do !getcar,but now it spawns on me,anyway of making it spawn a bit on one side,i think with a "sum"  it would do the trick like add 5 to the coordinates or something.

Code: [Select]
elseif ($2 == !getcar) {
      if ($hget(vcmp,loggedin. $+ %id) < 10) vcmp.adminmsg %id You must be Admin Level 10 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.setloc %id $vcmp.hgetpos.x(%id) $vcmp.hgetpos.y(%id) $vcmp.hgetpos.z(%id) 0
            vcmp.setcarloc $3 $vcmp.hgetpos.x(%id) $vcmp.hgetpos.y(%id) $vcmp.hgetpos.z(%id)
[b];[/b]            vcmp.setcar %id $3
            vcmp.adminmsg %id Got car $3 $+ !
          }


I think thats it for now,thank you all very much.

50
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 24, 2008, 05:21:44 am »
i think roloboy was doing a guide . . .

!me is waiting . . .

51
mIRC/pawn Scripting / Re: How can i change the team colours??
« on: June 22, 2008, 09:44:19 pm »
its in the config file,white team means independant,free for all,if you want teams look for this in config file:

Skin = -1 (skin id) bla bla bla bla bla

the "-1" is the team,- 1 means independant if you change -1 for 0 or 1 or 2 etc etc it will have different color,hope i helped

52
Tutorials / Re: How to add skins/vehicles into the configuration file
« on: June 17, 2008, 06:35:23 am »
erm i would like to know the team color ID,like,team -1 (independant) is white,team 0 is grey i think,etc etc.i think i saw it somewhere but dont know :S

For people spawning cars on build mode and cant move them
You are using 0.3z,to use build mode you will need to downgrade to 0.3x,it should work there. Credits go to Juppi
There's something wrong with the 0.3z debug mode. If you want to place vehicles, use VC:MP 0.3x to do it.
I think some people didnt see/understand that ;)

53
mIRC/pawn Scripting / Re: !time
« on: June 16, 2008, 07:14:01 pm »
ok,got it working

54
mIRC/pawn Scripting / Re: !time
« on: June 16, 2008, 06:08:55 pm »
erm that didnt work for me :S I typed /help $time and nothing happens :S

55
Support / Re: Vc-mp loading singleplayer
« on: June 16, 2008, 06:04:26 am »
erm remember,clean copy of vice city to install vcmp,that COULD fix the problem

56
Vice City / Re: need help!!!!
« on: June 16, 2008, 06:01:25 am »
i would suggest you reinstall VCMP,and make sure you install it in the same directory where gta-vc.exe is.good luck.

57
mIRC/pawn Scripting / Re: !time
« on: June 16, 2008, 05:58:07 am »
erm,nice mattz,but i meant,not the "game" time,like something similar to LW's where you get at least GMT time :P

58
mIRC/pawn Scripting / !time
« on: June 14, 2008, 06:38:45 pm »
Hello there,any chance of somebody giving their !time command? i think its something to do with vcmp.gethr and vcmp.getmin but i dont know :S

Pages: 1 2 3 [4]