• Welcome to Vice City Multiplayer.
 
Menu

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.

Show posts Menu

Messages - Frankie

#1
mIRC/pawn Scripting / Re: [PAWN] Pickup function
March 31, 2010, 05:12:37 PM
//off-topic Ok fair enough, I am presuming here that you are the person who wrote 'Scripting in VC-MP is done via the means of pawn scripting language.' As you are the person who set up the wiki, meaning you did the framework. Anyway this is a moot point, just nit-picking really.

It is nice to know there is also an 'un-official' wiki that documents things to a higher degree than the 'official' wiki, perhaps it would be in your interest to include a link to that wiki underneath your official one, so as to provide a fair alternative and means to learn mIRC scripting if we so choose.

//on-topic
So how would I go about setting a timer in pawn to 'force' the pickup into staying there/respawning quickly?
#2
mIRC/pawn Scripting / Re: [PAWN] Pickup function
March 26, 2010, 04:17:49 PM
One would wonder why the people in charge would introduce a new scripting base with less 'true' functionality than the previous one. You'll probably say something like it is a base that can be developed in the future to exceed the functionality of mIRC, well isn't that what beta tests are for? Or is R2 just one big beta test?

Also, not only to introduce this inferior base but then proclaim it to new users as the right/only method to use, seems questionable. A quote lifted from the official vcmp wiki, developed by yourself if I'm not wrong 'Boss':

QuoteScripting in VC-MP is done via the means of pawn scripting language. There are many editors [1] for it avaliable, but Pawno is a most common one.

Why release a new version and then digress from the already established functionality?

Providing one and only one scripting method on the 'official' wiki, when there are more useful ones out there, just seems ignorant.
#3
mIRC/pawn Scripting / Re: [PAWN] Pickup function
March 26, 2010, 02:19:50 PM
How would I go about that? Is it a simple script?

Sorry I'm new to scripting, not very experienced with it.
#4
mIRC/pawn Scripting / Re: [PAWN] Pickup function
March 26, 2010, 01:41:28 PM
Quote from: Boss on March 26, 2010, 01:18:45 PM
There is currently no way to either respawn pickups or set their ammo.
:-[

Is there any information about whether it will be in the next version/patch?

Also why is that syntax given if it doesn't work? I'm assuming it wasn't put there by Tamas or any of the other GUPS contributors.

The default pickup time is what like, 4 minutes? I could have sworn I saw a server around that had faster respawn time than that.


/edit One server I saw was Miami-Dade racing server. That is done on mIRC, does that mean it is possible with an MRC script, but not with a pawn one?
#5
mIRC/pawn Scripting / [PAWN] Pickup function
March 26, 2010, 12:58:46 PM
The syntax given in my script file (downloaded as GUPS 1.15) is this:

Quote
AddStaticPickup(id, type, Float:x, Float:y, Float:z, ammo, respawnseconds)

However, this does not correspond with the pawno default syntax. This means not only does it produce errors when compiling (nothing of grave concern) but it means the last 2 parts of the function do not work.

I can get around the ammo problem by placing loadsa pickups in the same place (messy but it works) but I cannot get around the respawn seconds problem.

It is essential to my script to have pickups that are either permanent or appear to be; ie respawning in a matter of milliseconds.

Is there any way for this to work? If not I suggest it is added to the next patch.