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

Pages: 1 ... 3 4 [5] 6 7 ... 9
61
mIRC/pawn Scripting / Re: Nedd help in WSV.........
« on: September 15, 2008, 12:03:44 am »
Nice script Wind  ;D

62
mIRC/pawn Scripting / Function Qestion
« on: September 12, 2008, 06:01:34 pm »
Hello

Ive seen theres some commands (wasted with green announce at the bottom of the right, blackbox when you buy a weapon at ammu-nation, and such others..)
I mean the 0.3z vcmp allready conataines these stuffs, but the dlls not, so i have no choice to put these on?

63
mIRC/pawn Scripting / Re: Loackcar problem!!!!!
« on: September 08, 2008, 04:18:34 pm »
Quote
      else WSV.msg $2 Please type !lockcar <propid>

Really?

64
mIRC/pawn Scripting / Re: Lockcar For WSV..
« on: September 07, 2008, 06:49:37 pm »
Heres my lockcar if you need it  :-X

Quote
    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 2
      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!
    }

65
mIRC/pawn Scripting / Re: HELP ME!SCRPTING!HELP
« on: September 06, 2008, 06:03:08 pm »
You can do that gate open thing but only in single player  :)

66
mIRC/pawn Scripting / Re: Props Script
« on: September 06, 2008, 05:58:03 pm »
Hehe, use WSV and thats allready have such commands like !buyprop etc..

67
mIRC/pawn Scripting / Re: Want Scripter....
« on: September 06, 2008, 05:53:37 pm »
You allready have a scripter Punjabi  ;)

68
mIRC/pawn Scripting / Re: Question about DLL
« on: September 06, 2008, 01:17:18 pm »
Okay, so i dont think i can add perm icon, like pink square to the map, when i start a race  ;D

69
mIRC/pawn Scripting / Re: Question about DLL
« on: September 05, 2008, 11:48:41 pm »
But its worked with Bakasan's dll when i typed this command the new marker icon on the map instantly added. (Sunshine icon)
Anyway if i rejoin still nothing.

70
mIRC/pawn Scripting / Question about DLL
« on: September 05, 2008, 07:05:40 pm »
Hello
I have a question abour VRocker's new dll. I want to using the setmarker function:

    elseif (putmarker iswm $3) {
          WSV.cmdlevelcheck2 $1-
          WSV.setmarker 25 -1022.8901 -866.6465 12.7784
          WSV.say TESTING

But this dont want to work. The new icon not appear in the map, i don't know whats the problem.

71
Support / Re: server problem
« on: September 04, 2008, 01:19:39 am »
Hmm, okay but my mallbitch woman with bag not work example.

72
Support / Re: server problem
« on: September 03, 2008, 07:28:25 pm »
+ One thing my experiences show that, some skin combination not really work with vcmp win server.
And Mattz i tryed to use that skins what LW server has (in the correct alphab oder)
And 3 of tham not worked, so i can say it is windows server.

73
mIRC/pawn Scripting / Re: Server config.ini
« on: August 29, 2008, 08:49:52 pm »
Okay, i planning to set up an Ubuntu Linux to my server pc, vc-mp will run perfectly on that kind of Linux?

74
mIRC/pawn Scripting / Re: WSV help
« on: August 29, 2008, 01:01:58 pm »
Here
Announce Code:

Code: [Select]
    elseif (ann iswm $3) {
      WSV.cmdlevelcheck $1-
      WSV.annall $1-
    }

Alias:

Code: [Select]
alias WSV.annall {
  var %a = 0
  while (%a <= %maxplayers) {
    if ($WSV.pconnected(%a)) WSV.announce %a $4-
    inc %a
  }
  echo.msg Announce $WSV.name($2) $+ : $4-
}

75
mIRC/pawn Scripting / Server config.ini
« on: August 29, 2008, 01:24:59 am »
Hello

I need some help about the vcmp server config.ini.
If i want to add some various vehicle: Caddy, Hotring, Banshee, etc. the game freeze when i start it.

Code:
Vehicle = 187 -992.8995 -890.0267 12.6641 43.3273 -1 -1 ; Caddy at Sunshine Autos next parking line

Any idea?

Pages: 1 ... 3 4 [5] 6 7 ... 9