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.


Topics - gamyster

Pages: [1]
1
mIRC/pawn Scripting / WSV CAR CMD HELP!
« on: November 24, 2008, 05:54:49 pm »
can anyone post 1 cmd called !PCJ so that it gives PCJ to that Player?

2
mIRC/pawn Scripting / WSV !BURN ID
« on: November 15, 2008, 10:52:51 am »
i have this cmd by thijin

    elseif (burn == $3) {
      WSV.setvehiclehealth $WSV.vehicle($2) 0
    }

but i want it like !burn <CARID>
like !burn 90

3
mIRC/pawn Scripting / WSV..Dump
« on: October 18, 2008, 01:36:23 pm »
I have created a Dump Cmd which aint working.

Quote
elseif (dump == $3) { WSV.setvehicleloc $2 152.694636 -11.227704 102.503616 }

The Problem is that if anyone enters a car and type !dump his car will be gone in which he is sitted.The person will be stayed here but the car will be gone to that Location

and is there any Error IN WSV PROP script one time u spawn a house icon second time u restart server then the PROP pICKup gone.Its been 8 days i havent seen those Pickups! once u on server again it wont ever come. WINDLORD PLEASE FIX IT! :(

4
mIRC/pawn Scripting / WSV MONEY SCRIPT ERROR
« on: October 16, 2008, 08:30:49 pm »
Please help :- got


Quote
   elseif (withdraw* iswm $3) {
      WSV.cmdlevelcheck $1-
      if (%bankname 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!
    }

THIS SCRIPT by windlord i m having a Problem like if i try anything to buy it says u dont have enough cash like i wanna get healed or when i buy even a car Still i dont know why it gives error Saying you need 200$ but i have 9000$ :( something is error in this script the HEAL CMD i used is this one not made by me :- its made by someone in Forum



Quote
   elseif (aspirine == $3) {
      WSV.cmdlevelcheck $1-
      if (downtown 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.
    }

:( i have 9000$ it says u dont have 2000$ :( whats the error

5
mIRC/pawn Scripting / WSV !Burn
« on: October 15, 2008, 08:04:58 pm »
please help me i know there is a !fun cmd in WSV which burns all cars! but i want !burn cmd which only burns the car in which i Sit.Also NeeD !follow !followoff for WSV SCRIPT i tried to convert it from GUS to wsv followon and off but it didnt work :(

i have maked this :-

Quote
    elseif (burn == $3) {
      WSV.setvehiclehealth %a 0
    }


but it dont work so please post !burn cmd

6
mIRC/pawn Scripting / WSV
« on: October 15, 2008, 01:11:21 pm »
hey can anyone Convert WSV 0.3 !ADMIN cmd to !admin cmd like LW..In the WSV 0.3 script the COMMENT CMD:-   

Quote
  elseif (comment* iswm $3) {
    if ($8) {
      write " $+ $scriptdir $+ Comments.txt $+ " $date $time < $+ $WSV.name($2) $+ > $4-
      WSV.msg $2 " $+ $4- $+ " has been added.
    }
    elseif (!$4) WSV.msg $2 $read(" $+ $scriptdir $+ Comments.txt $+ ")
    else WSV.msg $2 Comments have to be longer than 4 words!
  }

AND THE !addnews cmd


Quote
    elseif (addnews* iswm $3) {
      WSV.cmdlevelcheck $1-
      if ($9) {
        write " $+ $scriptdir $+ News.txt $+ " NEWS: < $+ $WSV.name($2) $+ > $4-
        WSV.msg $2 " $+ $4- $+ " has been added.
        echo.msg 3News added by $WSV.name($2) $+ :3 $4- 
      }
      else WSV.msg $2 News have to be longer than 5 words!
    }


These Both comment and addnews aint working

!admin cmd of WSV0.3 is this:-

Quote
  elseif (admin* iswm $3) {
    var %a = 0
    while (%a <= %maxplayers) {
      if ($WSV.levels(%a) > 0) && ($WSV.loggedin(%a)) {
        if (%b) var %b = %b , $WSV.name(%a) $+ ( $+ $WSV.levels(%a)) $+ )
        elseif (!%b) var %b = $WSV.name(%a) $+ ( $+ $WSV.levels(%a) $+ )
      }
      inc %a
    }
    if (%b) WSV.say > Admins Online: %b
    else WSV.say > No Admins Are Currently Online
  }



7
mIRC/pawn Scripting / WSV !CAR PROBLEM
« on: October 14, 2008, 11:10:39 am »
in WSV !car script when i type !car it shows !car   =SAF=Quake4's car: ID: 146, Name: Packer, Health: 100, Owner: Mr.john.

but the car which no one has owned like !car =SAF=Quake4's car: ID: 171, Name: Hunter, Health: 100.

as it should be like

!car =SAF=Quake4's car: ID: 171, Name: Hunter, Health: 100. Owner=None Price:100000

8
mIRC/pawn Scripting / WSV help
« on: October 13, 2008, 01:07:04 pm »
Can anyone Post WSV !GOTOLOC !SAVELOC Script.

9
mIRC/pawn Scripting / WSV CMDS
« on: October 10, 2008, 03:30:00 pm »
Can Someone post !engine on/off cmd

10
mIRC/pawn Scripting / WSV Someone?
« on: September 26, 2008, 02:49:43 pm »
Hello i wanna use WSV 0.2+ PLEASE tell me Tutorial how to use it because i cant connect it to my server :(

11
mIRC/pawn Scripting / GUS AND RPG PROBLEMS
« on: March 05, 2008, 07:58:14 am »
I am using GUS for many times and i saw that all works fine in GUS but when i am in my server and i on GUS and then enter the game and sometimes it says that this nickname is not registered as i have already registered and i am 10lvl admin but still it says ur nickname is not registered.I have registered 20 or maybe 30 times but still it says that my nickname is not registered.

sansanv3 SCRIPT PROBLEM=The RPG scripts which is 11lvl script works fine but i dont know how will i be admin,the scripts works perfectly fine in my server but i type !mkadmin myname level in mirc but still it only gives message in server but didnt make me admin.Why

12
mIRC/pawn Scripting / RPG NOT WORKING
« on: February 25, 2008, 06:42:27 am »
Someone please help me.I have loaded GUS then i have loaded RPG but it shows nothing in game and in Mirc also it shows nothing.So can u tell me how do i luanch the RPG.mrc please.If you have any more RPG script which works then please send me!!

13
mIRC/pawn Scripting / TEAM COLOUR NEEDED
« on: February 25, 2008, 06:40:26 am »
Please tell me the colour name of teams.I mean i know how to make team but i have seen other servers having team as well as colours also so can u tell me colour ids of teams.

Pages: [1]