Raised This Month: $51 Target: $400
 12% 

AMXX Lottery (Plugin/API)


Post New Thread Reply   
 
Thread Tools Display Modes
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 07-11-2014 , 12:35   Re: AMXX Lottery (Plugin/API)
Reply With Quote #21

You should attach the include file in the main post.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Mario AR.
Senior Member
Join Date: May 2011
Location: Lima, Perú
Old 07-11-2014 , 14:09   Re: AMXX Lottery (Plugin/API)
Reply With Quote #22

Quote:
Originally Posted by KliPPy View Post
Great job now! I'm pretty sure if everything works how it should, your plugin will be approved.
By the way, I've done Serbian translation in Translation thread, take a look at that.
And, you should make macros for bitsum operations, like these ones:
PHP Code:
g_bParticipate &= ~(1<<id-1);
g_bConfirmed &= ~(1<<id-1);
g_bDontAsk &= ~(1<<id-1); 
Here I got some, but you could easily find multiple of these on the forum already.
PHP Code:
#define set_bit(%1,%2)    (%1 |= (1 << (%2 & 31)))
#define clr_bit(%1,%2)    (%1 &= ~(1 << (%2 & 31)))
#define get_bit(%1,%2)    !!(%1 & (1 << (%2 & 31))) 
Thank you for your translation! I will add macros in the next version.

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
You should attach the include file in the main post.
I think doing that may confuse some people, and since the include is not necessary if you're not using the API, I see pointless to attach it to the main post.
Mario AR. is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 07-11-2014 , 19:32   Re: AMXX Lottery (Plugin/API)
Reply With Quote #23

Quote:
Originally Posted by Mario AR. View Post
I think doing that may confuse some people, and since the include is not necessary if you're not using the API, I see pointless to attach it to the main post.
Then that is their fault for not reading. Your entire plugin should be the first (or second) post in the thread.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 07-11-2014 , 20:20   Re: AMXX Lottery
Reply With Quote #24

Quote:
Originally Posted by Mario AR. View Post
In fact, I've never seen real lottos where you can't choose your numbers.
In fact, the lottery works in some countries like that.
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
Mario AR.
Senior Member
Join Date: May 2011
Location: Lima, Perú
Old 07-11-2014 , 23:41   Re: AMXX Lottery (Plugin/API)
Reply With Quote #25

Quote:
Originally Posted by YamiKaitou View Post
Then that is their fault for not reading. Your entire plugin should be the first (or second) post in the thread.
Well.. the API is the 4th or 5th comment, should I transfer the content of that comment to the main post?
Mario AR. is offline
MexPower
Veteran Member
Join Date: Nov 2012
Old 08-08-2014 , 00:44   Re: AMXX Lottery (Plugin/API)
Reply With Quote #26

Good Job
grip the plug a few things that helped me.!
__________________
Allied Modders En Español
MexPower is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:36.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode