Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Kingston on March 02, 2010, 07:21:39 pm

Title: 2 questions
Post by: Kingston on March 02, 2010, 07:21:39 pm
1-  how to get hidden packages In my server ?? ???

2- i want  a script /c report [nick/ID] [your report]

what is the script ??

thanks..
Title: Re: 1 question
Post by: Javi on March 02, 2010, 07:32:18 pm
1- What? Do you mean pickups?

2- It was a long time since I don't work with mIRC, just look at FBS' code :)
Title: Re: 1 question
Post by: Kingston on March 02, 2010, 07:40:59 pm
1- What? Do you mean pickups?

2- It was a long time since I don't work with mIRC, just look at FBS' code :)

My server is Not with mIRC or IRC
i dont get a IRC of Server...

i want in PAWNO scripts...
Title: Re: 2 questions
Post by: Javi on March 02, 2010, 07:43:46 pm
True that it was pawn, I dunno what I was thinking about :x
Hm just wait until Boss / Ettans see this and I'm sure they'll give you the script :)
Title: Re: 2 questions
Post by: Boss on March 02, 2010, 09:49:21 pm
Use AddStaticPickup (http://tdhclan.ru/wiki/index.php/AddStaticPickup) in OnGameModeInit to create hidden packages. You can either use a "classic" package type (410) or pick one of the following - http://tdhclan.ru/wiki/index.php/ModelIDs
And you can use /s command for saving coords ofc.

To create report command, open mode.pwn in your gamemodes folder and see how "hp" command is done there. You should (if you plan long-term scripting) be able to easily remake it into report command.
Title: Re: 2 questions
Post by: Kingston on March 03, 2010, 05:26:41 pm
Use AddStaticPickup (http://tdhclan.ru/wiki/index.php/AddStaticPickup) in OnGameModeInit to create hidden packages. You can either use a "classic" package type (410) or pick one of the following - http://tdhclan.ru/wiki/index.php/ModelIDs
And you can use /s command for saving coords ofc.

To create report command, open mode.pwn in your gamemodes folder and see how "hp" command is done there. You should (if you plan long-term scripting) be able to easily remake it into report command.

Big thanks To Boss,  :D