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

Pages: 1 [2] 3 4 ... 8
16
reload is enough

OK thanks for helping  :D ;) :)

17
mIRC/pawn Scripting / Re: Scripts needed!!!
« on: March 18, 2009, 03:37:28 pm »
I Wanted to start an lan party in the next week and i decided to make an Gta Vc Lan server but we dont want an such "blank" server...

wanted:
!manhunt Script
!buycar !sellcar , etc.
!buyprop !sellprop , etc.

Download FBS for this commands

18
Support / Re: PLZ help
« on: March 17, 2009, 10:01:20 pm »
You instal the vcmp to the vice city folder?

19
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!
    }

I put this into the scripter editor (where is all my commands for WSV)
And after that restart the scripts?
Or need to reload the the scripts?

20
Support / Re: Requesting Help.
« on: March 17, 2009, 03:51:42 pm »
Uninstal the vcmp and instal it at the vc folder thats all  ;)

21
XE Servers (Legacy) / Re: UnLikeLy croucher wall glitcher.
« on: March 17, 2009, 03:48:13 pm »
Yes, I believe you.

Me too  ;) ....but i not admin so i cant did nothing  :P :D

22
XE Servers (Legacy) / Re: Spammer n00b ("Goku")
« on: March 17, 2009, 03:46:31 pm »
Need did auto kick for spaming at the xe server  ;)

23
What happens when u use it??

I go to the server type !jail and its write "invalid command"
I try this too with /c jail and its not work too  :'(
The only reasons I can guess:
1) U didnt add it on the right place
2) U made a mistake with the "elseif ($3 == jail) {"

And like strike said, please post any error messages in ur status window

I say agin...no errors its only say inavalid command.  :'(
So if its the wrong code so what is the true one and where i need to put it?  ???

24
XE Servers (Legacy) / Re: im back
« on: March 16, 2009, 09:48:38 pm »
I am admin in XE server...and there will be 100% less cheaters   :)

Thants good  :D ;)

25
No errors only then i put the command code and go to the server and type !jail and /c jail its wrote me invalid command  :-\ :P :'(

26
What happens when u use it??

I go to the server type !jail and its write "invalid command"
I try this too with /c jail and its not work too  :'(

27
What did u try to fix it??
Sorry, but i think u need to try fixing urself.
If it still wont work you can ask here, We are happy to help you ;)

Its not gonna to work
This i copy to my scripter editor:

elseif ($3 == jail) {
  if ($WSV.levels($4) > 4) wsv.msg $1 You need to be Admin level 5 or higher.
  elseif (!$4) wsv.msg $1 Error - Correct Syntax: /c $3 <Nick> <Reason>
  else {
    wsv.say ** Jailing player: $WSV.name($2) Reason: $5-
    WSV.setlocation $2 389.423 -507.512 9.396 0
    WSV.setcontrols $2 0
    timer 1 10 WSV.setcontrols $2 1
    timer 1 10 wsv.say ** Freeing $WSV.name($2) from jail
  }
}

Yes here some mistake?

28
Its not work  >:( :( :'(

29
The healall and jail commands not work  :'( only the getall

You can write agin the code of the heealall and jail commands?
Maybe was some mistake  :-\

30
OK thanks i will try it later... ;) :)
What about the: jail command?
Can help in this?
FBS have it too   :)

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