PDA

View Full Version : Simple Player Form



Widget
07-19-2007, 04:04 AM
Well apparently I've had the wrong playerform up here :duh:

Ok, new one's up :)

---

To use this in your script, paste all the procedures and variables into the top of your script. Then in your main loop, where you would normally call DeclarePlayers or whatever, call PlayerForm; instead.

Features:
- Unlimited Players
- Not the confusing next and previous buttons.
- File saving
- (Simple) Password encryption
- Automatic loading/saving
- Nifty design
- Slots for active, username, password, and loads (stored in Integer1)

Just run the file unmodified to see what it looks like

itSchRis917
07-19-2007, 04:13 AM
Invalid attachment... :\ I was looking forward to building my multiplayer form off of this...

Widget
07-19-2007, 04:14 AM
Try again, I had to reupload it since I forgot the Start button >.<

Esteban
07-19-2007, 04:15 AM
Attachment works fine for me, thanks for this, widget. I think I'll add this in when i update to the next version of EZChopper :).

itSchRis917
07-19-2007, 04:24 AM
Works now, thanks.
Edit: VERY NICE!

Lalaji
07-19-2007, 12:02 PM
why is the form black?

Widget
07-20-2007, 02:10 AM
because it looks nice...

WhiteShadow
07-20-2007, 03:30 AM
I like it. :]

itSchRis917
07-20-2007, 03:49 AM
I like it too, very nice job Widget.

Stevee
07-22-2007, 09:17 AM
i think ill use this in alot of my scripts ( credz or course)

Stevee
07-27-2007, 01:43 AM
ok umm, sry fer double posting, but when it says "loads" how does that work? does it wait until u drop ur invent..., does it wait till the invent is full....? what?

Widget
07-28-2007, 06:43 AM
ok umm, sry fer double posting, but when it says "loads" how does that work? does it wait until u drop ur invent..., does it wait till the invent is full....? what?

Loads does nothing by itself. Its just a generic number for someone who includes this to use in his/her script.

rotflmfwao
08-03-2007, 12:54 AM
Just one word for this; Pimped. or pimped out if you like. Gr8 job widget.

dvdcrayola
08-03-2007, 07:41 PM
hey, ive got a question.. im not so great with forms(havent really looked much into them)... so, what does it save the inputs as? or where would i look to see that?

but i think it looks great and i am looking forward to using it.

Santa_Clause
08-06-2007, 09:42 AM
if FileExists(AppPath+'Players.ini') then

It saves it wherever the script is...