• Welcome to Vice City Multiplayer.
 
Menu

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.

Show posts Menu

Messages - Punjabi

#16
mIRC/pawn Scripting / Re: Heal command for WSV..
October 18, 2008, 05:24:56 PM
paste it below this command ... :-\

elseif (getc == $3) {

Do i need to identify anything else.. :(


#17
mIRC/pawn Scripting / Re: Heal command for WSV..
October 18, 2008, 05:01:36 PM
than u have pasted it at wrong place.. :-*
#18
mIRC/pawn Scripting / Re: Heal command for WSV..
October 18, 2008, 04:44:21 PM
Yes i recommend this place near the ammunation where two ambulance are placed .. ;)

if (* $+ [ Schuman Health Care Center-Downtown ] $+ * iswm $WSV.loco($1))

Cya
Punjabi_goli

#19
mIRC/pawn Scripting / Re: Heal command for WSV..
October 18, 2008, 03: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..  ;)

if (* $+ [ Your first location] $+ * iswm $WSV.loco($1)) || (* $+ [ Your second location ] $+ * iswm $WSV.loco($1)) {     

Cya
Punjabi_goli
#20
mIRC/pawn Scripting / Re: Heal command for WSV..
October 17, 2008, 12: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.. ;)

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
#21
mIRC/pawn Scripting / Re: WSV MONEY SCRIPT ERROR
October 17, 2008, 11:48:38 AM
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
#22
mIRC/pawn Scripting / Re: WSV !Burn
October 16, 2008, 02: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..

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... >:(
#23
mIRC/pawn Scripting / Re: Tamas Help me.....
October 16, 2008, 03: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
#24
mIRC/pawn Scripting / Re: WSV !Burn
October 16, 2008, 03: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..  ;)

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

Cya
Punjabi_goli 
#25
mIRC/pawn Scripting / Re: Bank working weird in WSV 0.3
October 15, 2008, 02:22:39 PM
Hey try this.........Thanks to Tamas and plz search topics bcoz users had already posted this type of commands.... :P

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!
    }
#26
mIRC/pawn Scripting / Tamas Help me.....
October 15, 2008, 02: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..
#27
mIRC/pawn Scripting / Re: WSV
October 15, 2008, 02:06:03 PM
Yes both are working perfectly..... ;D ;D
#28
mIRC/pawn Scripting / Re: WSV help
October 14, 2008, 08:22:24 AM
Thanks to windlord for this ..... ;D
#29
mIRC/pawn Scripting / Re: WSV help
October 13, 2008, 05:29:18 PM
Hey use this..

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
#30
mIRC/pawn Scripting / Re: WSV CMDS
October 12, 2008, 02:06:25 PM
Its a bug ..... :o