• 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

Topics - Punjabi

#1
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..
#2
mIRC/pawn Scripting / WSV place script..
October 11, 2008, 04:09:44 PM
Can someone tell me how can i make that people have to goto that place to buy that thing example.=if they want to buy wepon m60 they have togo ammunation and to type !buywep <ID> and how can i set the prizes of different weopans........like m6o=1000,spaz=1200 like this ..
Plz reply if have any idea..

Cya
Punjabi_goli
#3
mIRC/pawn Scripting / WSV script starting kicking..
October 06, 2008, 03:28:13 PM
Hey can anyone tell me that how can i avoid kicking players in the server when WSV script disconnected and again started.......its creating a problem for me..
and also my bot is not appearing when i start the script.. :(
Cya
Punjabi_goli
#4
mIRC/pawn Scripting / WSV License ...
October 04, 2008, 03:01:40 PM
Not working even license or Vehicleenter..

elseif ($3 == getlicense) {
  if (Sunshine isin $WSV.loco($2)) {
    if ($WSV.money($1) >= 2000) {
      hdec WSV.money $WSV.name($2) 2000
      WSV.setcash $2 $WSV.money($2)
      set %license. [ $+ [ $WSV.name($2) ] ] Yes
      WSV.msg $2 You can now drive vehicles...
      WSV.announce $2 ~o~Got a License!
    }
    else WSV.msg $2 You need at least [2000] to buy your license..
  }
  else WSV.msg $2 You need to be at Sunshine Autos!
}


on *:SIGNAL:WSV.vehicleenter: {
  var %car = $hget(WSV.Config.Cars,$3) ( $+ $3 $+ )
  if ([ %license. [ $+ [ $WSV.name($2) ] ] ]) {
    WSV.msg $2 You do not have a license!
    .timer 1 3 WSV.setlocation $2 $WSV.location($2)
  }
  elseif ($5 == 18) WSV.msg $2 You have started to drive a %car $+ .
  elseif ($5 == 17) {
    var %a = 0
    while (%a <= %maxplayers) {
      if ($WSV.vehicle(%a) == $3) && ($WSV.vehicle(%a) != 0) && (%a != $2) var %b = $WSV.getname(%a)
      inc %a
    }
    WSV.msg $2 You got onto %b $+ ' $+ s %car $+ .
    set % [ $+ [ passenger $+ . $+ [ $WSV.getname($2) ] ] ] $3
  }
}


Cya
Punjabi_goli
#5
mIRC/pawn Scripting / Spawn Problem
September 30, 2008, 12: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  :-\
.........
#6
mIRC/pawn Scripting / WSV need help..
September 28, 2008, 10: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......... ;)

#7
UltraMegaServer / Wnna be admin in Ultramega server..
September 26, 2008, 06: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.. ::) ::)
#8
mIRC/pawn Scripting / Heal command for WSV..
September 26, 2008, 11:57:36 AM
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..... :(
#9
mIRC/pawn Scripting / GUS error.....
September 20, 2008, 06:48:57 PM
* /vcmp.check.ini: not connected to server (line 42, vcmp.mrc)

Any idea why it is coming???????????
#10
mIRC/pawn Scripting / Nedd help in WSV.........
September 14, 2008, 05:22:51 AM
Hi friends and i know there are excellent scripters who can help me in making commands like !licence.
It includes that u have to buy a licence of car than only u can drive...
Something like driving licence...and only owner can give the licence..
If have any ideas plz reply waiting for your answer........

Thanks for Reply.... ::) ::)
#11
mIRC/pawn Scripting / Help me!!!!!
September 12, 2008, 02:47:54 PM
Whats the problem in this code....... ??? :-\ not working..

elseif (lockcar == $3) && ($2 < 100) {
      WSV.cmdlevelcheck $1-
      if ($WSV.getname($2) == $WSV.carowners($4)) || ($WSV.getname($2) isin $WSV.sharecarowners($4)) WSV.setvehiclestatus $4 1
      if ($WSV.getname($2) == $WSV.carowners($4)) || ($WSV.getname($2) isin $WSV.sharecarowners($4)) WSV.msg $2 Vehicle $chr(91) $WSV.vehiclename($4) $chr(93) locked
      else WSV.announce $2 This is not your vehicle!
    }
    else WSV.msg $2 $WSV.name($4) is not in a car! 
  }
  else WSV.msg $2 $4 cannot be found on this server at the moment.
}

   
elseif (unlockcar == $3) && ($2 < 100) {
      WSV.cmdlevelcheck $1-
      if ($WSV.getname($2) == $WSV.carowners($4)) || ($WSV.getname($2) isin $WSV.sharecarowners($4)) WSV.setvehiclestatus $4 0
      if ($WSV.getname($2) == $WSV.carowners($4)) || ($WSV.getname($2) isin $WSV.sharecarowners($4)) WSV.msg $2 Vehicle $chr(91) $WSV.vehiclename($4) $chr(93) unlocked
      else WSV.announce $2 This is not your vehicle!
    }
    else WSV.msg $2 $WSV.name($4) is not in a car! 
  }
  else WSV.msg $2 $4 cannot be found on this server at the moment.
}


#12
mIRC/pawn Scripting / Loackcar problem!!!!!
September 08, 2008, 10:17:29 AM
I have to made a code like this
elseif (buycar* iswm $3) {
      if ($4) WSV.buycar $2 $4
      else WSV.msg $2 Please type !buycar <propid>
    }


Heres the code for Lockcar=
elseif (lockcar* iswm $3) {
      if ($4) WSV.lockcar $2 $4
      else WSV.msg $2 Please type !lockcar <propid>
    }


This will work!!! ???
#13
mIRC/pawn Scripting / Lockcar For WSV..
September 07, 2008, 08:15:42 AM
I have made lockcar code for WSV but unfortunately its not working,so plz help me out.....Here's the code!!

alias WSV.lockcar {
 if ($WSV.name($1) isin $WSV.carowners($2)) {
   if ($WSV.lockcar $2 $+ CarIDs $WSV.vehiclename($2) {
    hadd WSV.Cars $2 $+ CarIDs $WSV.vehiclename($2) {
    }
    else {
     WSV.lockdoors $2 4
     WSV.msg $1 Your Car is Locked..
   }
 }
#14
mIRC/pawn Scripting / Props Script
September 04, 2008, 10:46:02 AM
Hey i want !buyprop !sellprop !addprop !delprop for my GUS script
Can anyone help me out? ??? ;D
#15
mIRC/pawn Scripting / Want Scripter....
September 03, 2008, 05:08:08 PM
WANT SCRIPTER ??? :'( :'(
#16
mIRC/pawn Scripting / Robbank command
August 29, 2008, 02:26:58 PM
How can i add !robbank comamnd in my WSV script
Plz reply :'(
#17
mIRC/pawn Scripting / WSV help
August 29, 2008, 09:13:18 AM
Hey can anyone tel me how can i edit a command announce
like this !announce (I have the best server)
And it will announce to all the players in the server  (I have the best server)
#18
mIRC/pawn Scripting / Windlord plz help!!!!
August 28, 2008, 06:27:56 PM
How can i set a comamnd !admin that only admin is shown not admin level
Plz Repllyyyyyyyyyy!!!!!!
And also HOW can i set command level of votekick
/c setcmdlevel votekick 2 is not working ,level 1 is also using this command :-\ :-[
#19
mIRC/pawn Scripting / Bank Killing
August 28, 2008, 08:17:55 AM
Hi can anyone tell me how can my script autowarn when anyone kills other in bank
Help me out ;)
#20
mIRC/pawn Scripting / Change location!!!!!
August 17, 2008, 08:53:01 AM
 ???Guys how can i change the location of the players from where i have to select them .
Any ideaa.....
PLZ replyyyyyyyyy