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

Pages: 1 2 3 [4] 5 6 ... 10
46
mIRC/pawn Scripting / Re: WSV script... (help)
« on: October 01, 2008, 09:44:22 am »
Fix it for me also i will try to convert it.....

Thanks
Punjabi_goli

47
mIRC/pawn Scripting / Re: WSV script... (help)
« on: September 30, 2008, 06:20:44 pm »
thay both will not work in WSV as both are useless to use bcoz WSV is a deathmatch Script...... ;D

Regards
Punjabi_goli

48
mIRC/pawn Scripting / Spawn Problem
« on: September 30, 2008, 01:24:48 pm »
Hey Windlord i have a problem with spawn locations as i cant make my own one bcoz there is random process in WSV ,now i dont want players to spawn randmly as i want to spawn them on the locations saved by me in my config file,so plz help if i can remove random process from WSV  :-\
.........

49
mIRC/pawn Scripting / Re: Heal command for WSV..
« on: September 29, 2008, 02:55:46 pm »
So guys the right code for !heal is this one.. ;)

Code: [Select]
elseif (heal == $3) {
  WSV.cmdlevelcheck $1-
  if (Hospital isin $WSV.loco($2)) {
   if ($WSV.money >= 500) {
      hdec WSV.money $WSV.name($2) 500
      WSV.setcash $2 $WSV.money($3)
      WSV.sethealth $2 100
      WSV.announce $2 You are healed by the doctors of the hospital.
    }
    else WSV.msg $2 You need at least 500
  }
  else WSV.msg $2 You need to be Hospital.
}

50
mIRC/pawn Scripting / Re: WSV script... (help)
« on: September 29, 2008, 11:53:41 am »
Here"s the !jail command..

Code: [Select]
elseif (jail* iswm $3) {
      if ($WSV.pconnected($4)) {
        if ($5) {
          if $WSV.levels($2) >= $WSV.levels($4) {
          WSV.cmdlevelcheck3 $1-
          WSV.say Admin $WSV.name($2) Jailed player: $chr(91) $WSV.name($4) $chr(93) For: $chr(91) $5- $chr(93) seconds.
          WSV.setlocation $WSV.id($4) 381.6198 -504.7959 9.3956
          WSV.setweapon $WSV.id($4) 0 1
          WSV.announce $WSV.id($4) You are ~o~jailed! ~u~for $5- seconds
          WSV.setcontrols $WSV.id($4) 0
          !.timer 1 $5- /WSV.setcontrols $WSV.id($4) 1
          !.timer 1 $5- /WSV.announce $WSV.id($4) Jailing over! you can go now
         }
         else WSV.msg $2 You can't jail someone who has higher level than you.
         }
         else WSV.msg $2 Please set the jailing time.
         }
         else WSV.msg $2 Player unavailable!
    }

Regards
Punjabi_goli

51
mIRC/pawn Scripting / WSV need help..
« on: September 28, 2008, 11:16:54 am »
Whenever i banned someone only his nick is banned not his ip than how can i ban his ip if any command plz reply with one.. :-\

Thanks For ur reply......... ;)


52
I Think only VRocker can help u bith in this problem but he is away i think.. :-\


53
mIRC/pawn Scripting / Re: read ini
« on: September 27, 2008, 10:46:59 am »
Give the exact information with command u want to edit.. :-*

54
Sorry to keep u waiting...here use this with ini.. :P
Code: [Select]
elseif (($2 == !changecarowner) || ($2 == !cco)) {
     if ($hget(vcmp,loggedin. $+ %id) < 10) { vcmp.adminmsg %id You must be Admin Level 10 or higher to attempt this command. }
      else {
       !writeini -n vcmp.cars.ini OWNERS $3 $4-
      }
    }

55
mIRC/pawn Scripting / Re: WSV Someone?
« on: September 27, 2008, 09:33:35 am »
Great thanks windlord for appreciating me.. ;DU are excellent scripter but now i am also puting efforts to do scripting.. ;)

Regards
Punjabi_goli

56
UltraMegaServer / Wnna be admin in Ultramega server..
« on: September 26, 2008, 07:36:51 pm »
HEY hi to the admins of Ultramegaserver and really wanna join Ur team..baksan ,sansan and members involve in making ULTra mega server..
Some details about me..

Name :Punjabi_goli
Age: 16
I use mirc..
I can keep an eye on hackers who joined the server..

Regards
Punjabi_goli.. ::) ::)

57
mIRC/pawn Scripting / Re: WSV Someone?
« on: September 26, 2008, 07:17:10 pm »
Hey man u r not connected to server ip like 78.28.11.1 something like that and whenever u start ur script ur everytime ur server ip changes just when u start ur script goto ..
I am telling u step wise so please....
1)Open mirc
2)Open tools > scripts editor >variables..

Than delete ur previous server ip like this..
suppose this is ur ip..

%serverip 122.173.69.112

Change it to..this one

%serverip

Means just delete the ip and again start mirc it will automatically connect to server and channel
If want any help regarding WSV plz feel free to ask..and script WSV is excellent script created by Windlord.I love it...... ;D

Regards
Punjabi_goli

58
mIRC/pawn Scripting / Re: Heal command for WSV..
« on: September 26, 2008, 07:08:33 pm »
Ok i will test it  ;)

59
mIRC/pawn Scripting / Re: WSV script... (help)
« on: September 26, 2008, 12:59:18 pm »
Which type of command u want to edit
If something like this
!help
Ply type !commands for more help..
Than i can help u...

Regards Punjabi_goli

60
mIRC/pawn Scripting / Heal command for WSV..
« on: September 26, 2008, 12:57:36 pm »
Code: [Select]
elseif (heal == $3) {
  WSV.cmdlevelcheck $1-
  if (Hospital isin $WSV.loco($2)) {
   if ($WSV.money >= 500) {
      hdec WSV.money $WSV.name($2) 500
      WSV.setcash $2 $WSV.money($3)
      WSV.sethealth $1 100
      WSV.announce $2 You are healed by the doctors of the hospital.
    }
    else WSV.msg $2 You need at least 500
  }
  else WSV.msg $2 You need to be Hospital.
}

Any problem in this code not working..... :(

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