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

A Blackjack Game


Post New Thread Reply   
 
Thread Tools Display Modes
Bbaby <3
Member
Join Date: Oct 2008
Old 12-27-2008 , 04:18   Re: A Blackjack Game
Reply With Quote #21

Where do i put the PSD files?
Bbaby <3 is offline
bomnacama
Senior Member
Join Date: Dec 2008
Location: Portugal
Old 12-27-2008 , 07:01   Re: A Blackjack Game
Reply With Quote #22

great plugin. very good to play when youre dead
__________________



Please FEED MY HAMSTERS by giving me +karma
bomnacama is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 12-27-2008 , 11:19   Re: A Blackjack Game
Reply With Quote #23

Quote:
Originally Posted by Bbaby <3 View Post
Where do i put the PSD files?
The psd files are the source for the images. You need them to run the plugin as much as you need the .sma file. You just don't. Just use the .amxx and the .ini files
joaquimandrade is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 01-16-2009 , 13:03   Re: A Blackjack Game
Reply With Quote #24

I made a major update to this plugin. Now it uses a dictionary file so feel free to contribute with your language. I'm also happy to find that some brazilian guys are using this plugin in a "deathrun" pack.

Last edited by joaquimandrade; 01-16-2009 at 13:11.
joaquimandrade is offline
SkiesOFF
Member
Join Date: Mar 2008
Old 02-03-2009 , 12:16   Re: A Blackjack Game
Reply With Quote #25

This plugin is awesome, I'm using it and i didn't get any bugs.

Please, approve!
SkiesOFF is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 02-03-2009 , 15:17   Re: A Blackjack Game
Reply With Quote #26

Quote:
Originally Posted by SkiesOFF View Post
This plugin is awesome, I'm using it and i didn't get any bugs.

Please, approve!
Are you waiting that a moderator come check this beautiful code and approve it? Don't waste your time. First i have to make it crash a server, then i have to give karma to moderators, then we have to wait that they finish with the bannings.
joaquimandrade is offline
SkiesOFF
Member
Join Date: Mar 2008
Old 02-03-2009 , 16:45   Re: A Blackjack Game
Reply With Quote #27

--
I know there is other Black Jack plugin but, sorry, this is better. I loved the motd style, works nice.
--

Hehe, vc me envio um e-mail la no projetocs pedindo pra eu dar um pouco de feedback aqui. Não sei pq ainda não aprovaram esse plugin, é 10x melhor que o outro black jack que fizeram.

muito bom!
SkiesOFF is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 02-05-2009 , 22:44   Re: A Blackjack Game
Reply With Quote #28

This is redundant and cannot be approved. There are other plugins which do the job equally or better.

If you would like any information regarding possible adjustments you could make or things you could do to make this better, please feel free to post here or PM me.

Unapproved.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 02-06-2009 , 00:33   Re: A Blackjack Game
Reply With Quote #29

Assuming that you're talking about this plugin: <EDIT> Yes it is.</EDIT>

https://forums.alliedmods.net/showthread.php?t=16047

Let me compare it with mine.

1 - That plugin doesn't save a game state. If you are in a middle of a blackjack game and want to go play cs and back again to the same game you can't.

2 - The AI:

[IMG]http://img5.**************/img5/2474/image1rz8.jpg[/IMG]

What a nice dealer.

3 - The game table design: The above is the table of the other plugin. This is from mine:

[IMG]http://img514.**************/img514/3994/image4pj6.jpg[/IMG]

Sorry for post a image with words not in english, but since my plugin has multi language support i have it in portuguese.

4 -The code:

From the other plugin:

Function StartBlackJack(id)
PHP Code:
// Reset the cards for this player (and their dealer)
       
for(card_num=0card_num MAX_CARDScard_num++)
        {
            
player_cards[id][card_num] = 0
            dealer_cards
[id][card_num] = 0
        

Superfluous reset. Why would i reset all the possible cards that i can have instead of keeping a cards count and just replace those that i have?

Function ShowGameMenu(id, game_done)
PHP Code:
for (card_num 0card_num MAX_CARDScard_num++)
    {
        switch(
player_cards[id][card_num])
        {
            case 
0:
            {
                
// No card in this slot.
            

Once again a stupid for loop. Why shoud i check all the slots that i can have instead of keeping a cards count and just check the cards that i have? (case 0:)

<EDIT>

This is its way of giving cards:
PHP Code:
random_num(1,13
Nice. You can get 5 ace's.

</EDIT>

5 - No multi language support


Edit:

PS: If you had ran these two plugins you would saw the huge difference between having the MOTD table. These are plugins that are made to the end user, not to admins. So the style is a huge aspect. But as i can see in your signature you don't know what style means. I will not lose more time with you.

Last edited by joaquimandrade; 02-06-2009 at 04:17.
joaquimandrade is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 02-06-2009 , 10:02   Re: A Blackjack Game
Reply With Quote #30

I was actually buying your assessment of the situation until the end. There was no need to insult me. Because of that, I have no choice but to trash this.

Try not to mouth off to the approvers. In case you hadn't gathered, I just went through a good 100 plugins and details like this I wouldn't notice.

If you want to apologize, please PM me and I may reconsider.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
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 06:19.


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