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 ... 10
16
mIRC/pawn Scripting / Re: Heal command for WSV..
« on: October 18, 2008, 06:01:36 pm »
than u have pasted it at wrong place.. :-*

17
mIRC/pawn Scripting / Re: Heal command for WSV..
« on: October 18, 2008, 05:44:21 pm »
Yes i recommend this place near the ammunation where two ambulance are placed .. ;)

Code: [Select]
if (* $+ [ Schuman Health Care Center-Downtown ] $+ * iswm $WSV.loco($1))
Cya
Punjabi_goli


18
mIRC/pawn Scripting / Re: Heal command for WSV..
« on: October 18, 2008, 04:09:23 am »
well u have to place the location names urself it will not auto identify i have already left the place for writing place names and u have to use this command in serve by typing !aspirine thats all and if u want to edit the place name u have to loc the place use in server !location to identify the location name and then edit that place in script where i left the place for writing..here..  ;)

Code: [Select]
if (* $+ [ Your first location] $+ * iswm $WSV.loco($1)) || (* $+ [ Your second location ] $+ * iswm $WSV.loco($1)) {     
Cya
Punjabi_goli

19
mIRC/pawn Scripting / Re: Heal command for WSV..
« on: October 17, 2008, 01:08:31 pm »
Hey evil night try this one out..u have said that u want to add two locations at one time ...i have done this for u.. ;)

Code: [Select]
elseif (aspirine == $3) {
    if (* $+ [ Your first location] $+ * iswm $WSV.loco($1)) || (* $+ [ Your second location ] $+ * iswm $WSV.loco($1)) {     
     if ($WSV.money($2) >= 500) {
          hdec WSV.money $WSV.name($2) 500
          WSV.setcash $2 $WSV.money($2)
          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.
    }

Cya
Punjabi_goli

20
mIRC/pawn Scripting / Re: WSV MONEY SCRIPT ERROR
« on: October 17, 2008, 12:48:38 pm »
Hey quake there is no problem in !withdraw or !deposit ,there is a problem in heal and license command try to find it yourself there is a minor mistake and thijn had replied a right heal command ....and u have seen in my server that heal command is working fine thats the clue now try to find it yourself.. ;)

Cya
Punjabi_goli

21
mIRC/pawn Scripting / Re: WSV !Burn
« on: October 16, 2008, 03:28:09 pm »
LOL telling me to learn scripting haha very funny first u learn how to make command this is the command copied by u from GUS and converted into WSV lol even it is not right..

Code: [Select]
Quote
    elseif (burn == $3) {
      WSV.setvehiclehealth %a 0
    }

This shit u have done (%a) ... as i know u know nothing regarding WSV bcoz u r kid just copying the posts posted by users...u r rofl dont know how to make even a simple basic command...

And what u saying that !lockcar is made by you...i must tell u that u r wrong its by Tamas And dont say others command urs one i.e.,made by u...i must say that u r idiot .... >:( >:(

And tamas plz reply if u have any different cmments regarding gamsyter an excellent scripter...who can only copy the command made by other and abuse others by telling that all command are made by him... >:(

22
mIRC/pawn Scripting / Re: Tamas Help me.....
« on: October 16, 2008, 04:05:37 am »
Hey thijn i am using WSV although thanks for posting and giving me idea how to make such type of commands.. ;)

Cya
Punjabi_goli

23
mIRC/pawn Scripting / Re: WSV !Burn
« on: October 16, 2008, 04:01:44 am »
Hey quake plz try to make some commands on your own bcoz these types like !burn,!lokcar are easy to make so use this..made by me last saturday..  ;)

Code: [Select]
elseif ($3 == burn) {
  WSV.cmdlevelcheck $1-
  WSV.setvehiclehealth  $4 0
  WSV.msg $2 Your vehicle is burning..

Cya
Punjabi_goli 
 

24
mIRC/pawn Scripting / Re: Bank working weird in WSV 0.3
« on: October 15, 2008, 03:22:39 pm »
Hey try this.........Thanks to Tamas and plz search topics bcoz users had already posted this type of commands.... :P

Code: [Select]
elseif (withdraw* iswm $3) {
      WSV.cmdlevelcheck $1-
      if (El-Banco-Corrupto-Grande isin $WSV.loco($2)) {
        if ($4 <= $WSV.bank($2)) || ($4 == all) {
          if ($4 == all) var %money = $hget(WSV.Bank,$WSV.getname($2))
          if ($4 <= $WSV.money($2)) var %money = $4
          hinc WSV.money $WSV.name($2) $4
          hdec WSV.bank $WSV.name($2) $4
          WSV.setcash $2 $hget(WSV.money,$WSV.getname($2))
          WSV.msg $2 You have been withdrawed $chr(91) $ $+ $4 $chr(93) from your bank account!
          WSV.msg $2 New Balance: $chr(91) $ $+ $WSV.bank($2) $chr(93)
        }
        else WSV.msg $2 You hasn't got $chr(91) $ $+ $4 $chr(93) in you're bank account!
      }
      else WSV.msg $2 You have to be at the bank!
    }

25
mIRC/pawn Scripting / Tamas Help me.....
« on: October 15, 2008, 03:18:26 pm »
Hey i am making commands related some buystuff and want idea that how can i edit commands like !buyfood and when i bought food how can i save it to my name like when i type !mystuff it will show food bought by me......

Example::
In server
Punjabi type !buyfood <Noodles>Than it will show that i bought noodles and when i type !mystuff like this
Punjabi type !mystuff
!mystuff You have noodles..
acatually i want that when i buy food it will add to my other command to !mystuff
and then other command with which i can eat it..like !eat <noodles>


I just want an idea thats all or if u are interested in posting ur script u r free to post here below..

26
mIRC/pawn Scripting / Re: WSV
« on: October 15, 2008, 03:06:03 pm »
Yes both are working perfectly..... ;D ;D

27
mIRC/pawn Scripting / Re: WSV help
« on: October 14, 2008, 09:22:24 am »
Thanks to windlord for this ..... ;D

28
mIRC/pawn Scripting / Re: WSV help
« on: October 13, 2008, 06:29:18 pm »
Hey use this..

Code: [Select]
elseif ($3 == saveloc) {
  if ($4) {
    writeini -n " $+ $scriptdirSavedLocs.ini" SavedLocs $4 $WSV.location($2)
    WSV.say New Location saved by $WSV.name($2) at $4
  }
  else WSV.msg $2 Please type a name after !saveloc
}
elseif ($3 == gotoloc) {
  if ($readini(" $+ $scriptdirSavedLocs.ini",SavedLocs,$4)) {
    WSV.setlocation $2 $readini(" $+ $scriptdirSavedLocs.ini",SavedLocs,$4)
    WSV.msg $2 Taking you to $4
  }
  else WSV.msg $2 Invalid Location
}

Cya
Punjabi_goli

29
mIRC/pawn Scripting / Re: WSV CMDS
« on: October 12, 2008, 03:06:25 pm »
Its a bug ..... :o

30
mIRC/pawn Scripting / Re: WSV place script..
« on: October 12, 2008, 03:04:40 pm »
But how can i set prizes for differen weopans like..
m60=1000
spaz=1200
granide=300
and allll..........

Hmm which u have given is for only a single weopan i think...plz reply if u have any other idea regarding the script..

Cya
Punjabi_goli

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