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

Pages: 1 2 [3] 4 5 ... 15
31
Tutorials / Re: How to add skins/vehicles into the configuration file
« on: August 26, 2008, 05:40:52 am »
Just use the VCMP GRM built by Orpheus ;)

Linkage: VCMP GRM

That has everything that you will need!


Force and Orphus is cool Modific config  ;D

32
Support / Re: [BUG FOUND] Weapon Name Bug
« on: August 26, 2008, 05:40:09 am »

33
mIRC/pawn Scripting / Re: WSV help topic
« on: August 25, 2008, 08:14:26 pm »
Bah! I always get @ and & mixed up  ;D

xD lol force  :D

34
mIRC/pawn Scripting / Re: WSV help topic
« on: August 25, 2008, 08:11:10 pm »
That is the channel level in mIRC, Just click yes and continue with what it needs to do to connect to the server  ;)

Just so you know the levels are as follows with the highest being at the top.

~ = 0wner of the channel
& = AOP
@ = SOP
% = HOP
+ = Voice

lol Force Failed In Level IRC

~ = 0wner of the channel
& = SOP
@ = AOP
% = HOP
+ = Voice

35
XE Servers (Legacy) / Re: Suggestions
« on: August 25, 2008, 07:42:15 am »
XE has a !getip cmd already, and its also make that 8)

Cool  :D


you test me commands !getip in server XE

36
XE Servers (Legacy) / Re: Suggestions
« on: August 25, 2008, 07:24:01 am »
add new script nah add commands plz Commands By Rulk

in irc !getip:

Code: [Select]

  elseif ($1 == !getip) {
    if (!$2) echo @Server Error - Missing Information, $1 <name>
    elseif ($vcmp.getip($2) == Unknown) echo @Server Error - Cannot Find IP on " $+ $2 $+ "
    else {
      locate $vcmp.getip($2)
      echo @Server Please Wait, Retrieving IP Information...
      pause s 3
      echo @Server $2 $+ 's IP Details
      echo @Server IP: %ip
      echo @Server Country: %country
      echo @Server City: %city
      echo @Server ISP: %isp
      unset %isp
      unset %ip
      unset %city
      unset %state
      unset %country
      !halt
    }
  }

and Getip ingame:

Code: [Select]
    elseif ($1 == !getip) {
      if (!$2) msg $chan Error - Missing Information, $1 <name>
      elseif ($vcmp.getip($2) == Unknown) msg $chan Error - Cannot Find IP on " $+ $2 $+ "
      else msg $chan $2 $+ 's - IP: $vcmp.getip($2)
    }
  ;)


37
mIRC/pawn Scripting / Re: need help in script sansan
« on: August 24, 2008, 06:01:21 am »
Stop Doble Post Type Botton Modific  :)

39
Vice City / Re: How to modify your server VC-MP
« on: August 20, 2008, 10:15:56 pm »
I don't Understand you script  :-\

40
Vice City / Re: WTF with my VCMP
« on: August 20, 2008, 10:14:45 pm »
re intall game  ;) and intall  :D

42
mIRC/pawn Scripting / Re: Mirc script
« on: August 15, 2008, 08:46:02 pm »
ask a rulk in channel #rulk  ;)

43
mIRC/pawn Scripting / Re: Problem with /c goto etc.
« on: August 12, 2008, 11:21:34 pm »
Hey Szostol code is if ($2 == goto) { for /c goto id

if ($1 == goto) { for !goto id ?

my dude  :-X

44
mIRC/pawn Scripting / Re: Help in script
« on: August 10, 2008, 04:14:03 am »
Yeah, seems you hasnt got buycar etc command in your script.
So put it on first.

critian you change whats !! in commands !car  ???

45
mIRC/pawn Scripting / Re: Help in script
« on: August 07, 2008, 03:23:12 am »
hey [SRS]Tomi  thx in commnads !setweather  ;D

Pages: 1 2 [3] 4 5 ... 15