Folder Delivery System -
Kwarde - 06.11.2010
Folder Delivery System - BETA 2.0
Hi everyone!
I'm currently busy with an Folder Delivery System. It's now in the BETA fase, and it ain't completed at all!
First I'll give some explaination:
When you typ "/startfj" (START Folder Job) your job will start.
There are currently 4 streets (LS): Ganton, Jefferson, Playa Del Seville, Verdant Bluffs.
When you're in the street you've got assigned, the green street (its marked in green) will flash. (green-red) and you'll get the text: FolderChief: Good. Now stay here 60 seconds
After 60 seconds, you'll get your money. If you're gonna leave the street, the flashing will stop and you'll get the message: FolderChief: PLAYERNAME, don't leave there! Go back to your street, NOW
And btw, you'll get 150 dollar per folder
. And you'll get 10-30 folders per time (random)
You can edit the Minimum/Maximum folders you get, and you can edit how much money you'll get per folder
pawn Код:
new MoneyPerFolder = 150;
new MinFolders = 10;
new MaxFolders = 30;
Here's the download link (PASTEBIN <.pwn>):
http://kwarde.pastebin.com/5f8i90Dx
Like I said: This is an BETA! It can be buggy and it ain't 100% good. (I think)
Soon it will be much better
Please report bugs
Upcoming features
- Save diskspace (.pwn), Progress: 0%
- Add your own streets, Progress: DONE
- Have a real folder in your hand, Progress: 0%
- Walk to every door of the house and press ENTER to throw a folder into the door (real object), Progress: 0%
- Removing all bugs, Progress: ~?%
NOTE: I'm going to begin with that TOMORROW!
Screens/Videos
I'll make a video when the script is updated (see the "Upcoming Features", im gonna complete those first)
Last Update
Update to BETA 2.0 - Full rebuild; add your own streets
uestion: Why did you post this script if it ain't completed yet?
Answer: Because it is good enough to post
Enjoy the BETA version of the script
Re: Folder Delivery System -
willsuckformoney - 06.11.2010
Looks great, would use this for my project, but it needed to be San Fierro. Good job so far, coding looks great.
AW: Folder Delivery System -
GooMan - 06.11.2010
Please Post a Video^^
Re: Folder Delivery System -
Kwarde - 07.11.2010
Quote:
Originally Posted by willsuckformoney
Looks great, would use this for my project, but it needed to be San Fierro. Good job so far, coding looks great.
|
Like I said, I am gonna update much today. Adding more stuff etc, like:
* A real folder/newspaper in your hand
(If I can find the object I want)
* You must walk to all the doors (just save all co-ordinates
)
And.. About San Fierro:
I'm gonna make a function "AddStreet(streetname[], Float:MinX, Float:MinY, Float:MaxX, Float:MaxY);" so you can add your own streets
(If you've got any gang creator tools, That is the same: "minx, miny, maxx, maxy" so you can just copy paste it :P
Quote:
Originally Posted by GooMan
Please Post a Video^^
|
I'll make an video when the script is updated (when version 2 is done)
Read my whole message
But whatever, soon there will be an vid, because I think the upgrade to version 2 will be done today
Quote:
Originally Posted by Kwarde
I'll make a video when the script is updated (see the "Upcoming Features", im gonna complete those first)
|
Re: Folder Delivery System -
wups - 07.11.2010
Nothing special
Re: Folder Delivery System -
Kwarde - 07.11.2010
Not yet, indeed, but soon it will be! How much scripts do you know where you've got a real folder in your hand, and you need to press 'ENTER/EXIT VEHICLE' to put the folder in the door (CreateObject, MoveObject, DestroyObject xD) :P
Re: Folder Delivery System -
Kwarde - 07.11.2010
UPDATED: See "Last Updates"
Next Update: Have a real folder in your hand (if I can find the object I want :P)