Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: GTA-Roloboy on August 22, 2007, 02:06:16 AM

Title: [REQUESTS] Weather ID and pickup ID's [REQUESTS]
Post by: GTA-Roloboy on August 22, 2007, 02:06:16 AM
REQUESTS

All in this movie: Click (http://www.youtube.com/watch?v=ENErjfFktrQ)

I need all the pickup id's, what you see in the movie :)

and, whas the weather ID of thunderstorm ? :O

Title: Re: [REQUESTS] Weather ID and pickup ID's [REQUESTS]
Post by: dave5 on August 25, 2007, 04:24:34 PM
All those large rotating objects are useless, all they do is disappear when you pick them up, they don't even collide! The pickups aren't a easy way to place exploding barrels that you can shoot all over the map. You need to specify what happens when player picks up oooo lets say pickup id 123, like fall or teleport or what. One example is the boxes, trashcans, and keycards at UltraMegaServer.
Btw, there are heck of alot of pickup ids, posting ALL of then with pictures could be a pain, but I'll see if I can post only the ones you should be worried about.(or maybe not)
Title: Re: [REQUESTS] Weather ID and pickup ID's [REQUESTS]
Post by: GTA-Roloboy on August 26, 2007, 12:45:04 AM
The pickups are not useless..

Only you need is to code whats happin when you pick it up...

Example:

- Getting Health
- Lose Health
- Getting Armour
- Lose Armour
- Spawn car
- Teleport in car
- Teleport to someone
- Teleport to location
- Get a msg (maybe with info)
- Get a announce
- Vcmp say something
- Somebody else gets a car/health/armour/announce/msg/teleport to someone or location
- Somebody else lose health/armour
- Somebody else's car explode.
- Lose money
- Get money
- Someone else get/lose money
- Make yourself / someone else admin :P

and lots of more!


And what about the weather ID?
Title: Re: [REQUESTS] Weather ID and pickup ID's [REQUESTS]
Post by: dave5 on August 26, 2007, 08:07:11 AM
Well, I have no clue.

But its not over, most people use the GUS 9.0 to !setweather to numbers over than 9, like !setweather 236. You might have to mess around with the weather number to find something you might like.
Title: Re: [REQUESTS] Weather ID and pickup ID's [REQUESTS]
Post by: GTA-Roloboy on September 03, 2007, 10:31:21 PM
I have found all ID's :)

And the weather ID of thunderstorm is 2

But..
Someone know some id's of this? :)

(http://img265.imageshack.us/img265/1371/vcmp027um5.jpg)
Title: Re: [REQUESTS] Weather ID and pickup ID's [REQUESTS]
Post by: AdTec_224 on September 03, 2007, 11:14:11 PM
Weather IDs from the original VC:MP INI file:

Quote from: VCMP 0.3z Config.ini; ---weather settings----------------
; 0 = mostly clear skies
; 1 = overcast
; 2 = rainy-lightning
; 3 = foggy
; 4 = clear skies
; 5 = rainy
; 6 = dark sky partly cloudy
; 7 = light sky partly cloudy
; 8 = overcast partly cloudy
; 9 = grey sky black clouds

-AdTec_224
Title: Re: [REQUESTS] Weather ID and pickup ID's [REQUESTS]
Post by: GTA-Roloboy on September 08, 2007, 01:52:40 PM
I know, but if you have read the posts above you had knew that I have found it aleady.