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 - [AoD]NC

Pages: 1 ... 31 32 [33] 34
482
mIRC/pawn Scripting / Re: About creating a server.
« on: August 10, 2009, 10:11:10 pm »
127.0.0.1 :P?

Or go to whatsmyip.org and check.

483
mIRC/pawn Scripting / Re: Car Colors
« on: August 01, 2009, 03:18:47 pm »
Great thijn :). I used before always -1 for car colors, but from now i will have always a look at this website ;).

484
mIRC/pawn Scripting / Re: VCMP 0.3z Team-Colours
« on: July 30, 2009, 12:19:28 am »
Thank you :)

485
mIRC/pawn Scripting / Re: VCMP 0.3z Team-Colours
« on: July 29, 2009, 01:05:43 am »
Tamas or someone, maybe reupload it plz? I need it now ;).

486
Support / Server browser dont start
« on: July 26, 2009, 11:37:04 pm »
Well, i dont played VCMP for a week, now running vc-mp.exe. And... nothing happened. :O

Even no "where is LC mod" msg, that was every time before. Tried to reinstall vcmp, still the same. I have for test downloaded VCMP fixed [0.3x?] and the server browser started :O. But after installing the latest 0.3z again vcmp wont start... :(

Some ideas? Ah an dont say about "reinstalling vc", i dont have so much time :P.

487
Support / Re: WorldBounds In Config
« on: March 26, 2009, 05:51:25 pm »
So u made a rectangle and typed the coords into the ini? Well, where r u skin spawning? They should spawn INTO the "rectangle" if they will dont spawn there, they will simply jump :).

488
Support / Re: WorldBounds In Config
« on: March 26, 2009, 05:04:40 pm »
Ooo, see first post :X
WorldBounds =

For this... Its limiting the VC map. Like if u type good WorldBounds, players can move only on the Starfish Island, they cant go other islands, cause there is a limit :X.

489
Support / Re: WorldBounds In Config
« on: March 26, 2009, 04:26:18 pm »
Open program and with ur mouse, draw a rectangle. Then u simply read the coords from this program and type it into the ini.

490
mIRC/pawn Scripting / Re: VCMP 0.3z Team-Colours
« on: March 24, 2009, 05:03:53 pm »
Good work :P.
What about id's 17-21 and -1 :P?

491
Again me ;p
Code: [Select]
  elseif ($3 == pickup) {
    if ($FBS.lin($1, $2) == $null) vcmp.msg $1 $2 Admin level 10.
    elseif ($FBS.Level($1, $2) < 10) vcmp.msg $1 $2 Level 10!
    elseif (!$4) vcmp.msg $1 $2 Error: Pickup's ID.
    else {
      vcmp.msg $1 $2 Spawning pickup type $4 $+ .
      vcmp.newpickup $1 $4 $calc($vcmp.location($1, $2).x + 2) $vcmp.location($1, $2).y $vcmp.location($1, $2).z
    }
  }
The pickup will be on the server until u restart scripts or server.

492
The code seems good :x. But maybe i have an idea with the skins:
There are 2 types of skins: normal [like people u saw in the single player VC] and special [like Sonny Forelli]. If u add a normal skin and a special, they both dont work. Try to cut from the ini other skins that Tommy [Tommy the only skin there].

Hmm I have a similar INI but for me it works :P. Try also cut from the ini any other pickups, that havent got a comment. From this:
Code: [Select]
Pickup = 277 -672.05 749.44 10.90Delete all pick to the end. And then try it again.

Remember to make a backup of our ini file ;).

Or u made wrong coordinations :x?

493
alsways when i tried to add cars in /build mode i could't drive them
What VCMP version? 0.3z? Build mode is here bugged, u need to download a older version like 0.3x.

And when i add Skins like Tommy vercetti (ID: 000) ths skin will be not shown. and the pickups are also correctly installed but they will also not shown in the server x.x
Can u put here the part of ur config file, where are all skins and picks?

494
At the end of 337 pickup signal add this:
Code: [Select]
    vcmp.delpickup $1 $3

495
It's easy. I made it and i can say: it's really easy.

I said u some tips, can u try it first do it by your own? Its really easy. If u will try but that wont be this what u want, then ask about ready script ;)

Pages: 1 ... 31 32 [33] 34