Raised This Month: $32 Target: $400
 8% 

Blockmaker - Adding Blocks (12 Step) In-Depth | Updated 12/24/2013!


Post New Thread Reply   
 
Thread Tools Display Modes
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 12-28-2009 , 13:07   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #21

I fully understand. Do not worry.
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX is offline
Toastt
BANNED
Join Date: Nov 2009
Old 12-28-2009 , 14:13   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #22

can you add the blind code?
Toastt is offline
zacky
Senior Member
Join Date: Mar 2008
Location: Sweden
Old 12-31-2009 , 07:32   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #23

In my opinion this isn't a really good tutorial.

You could tell which lines you are changing/adding.
You can tell what you are changing/adding.

You just tell: "Now search for: ..."
zacky is offline
Send a message via Skype™ to zacky
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 12-31-2009 , 12:55   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #24

Uh, yeah..? Lol kid, thats because those are the only things you need to change in order to add a block. And I explained in detail under each code what the code contributed to the outcome. Unlike the other tutorial, where all he did was change a nuke to his own block.
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX is offline
lolumad
Member
Join Date: Dec 2009
Old 01-01-2010 , 14:44   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #25

what about a tut on how to add blocks (Such as pole) and their respective dimensions
__________________
#include < >
#include <>
#include < >
lolumad is offline
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 01-01-2010 , 16:01   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #26

If you would have read the previous posts in the forum, I have already told others that I will do that much much later.
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX is offline
Smile #Fail
Junior Member
Join Date: Nov 2008
Old 01-01-2010 , 18:51   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #27

Quote:
can you add HeNade action? but like this, if player already have the he nade and goes to the HeNade block, the action wait he throw the he to give him the new one. Thx, hope u understand
and what is that blockmaker framework? I read and didn't understand :S
How would that code be??
Smile #Fail is offline
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 01-01-2010 , 19:26   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #28

Quote:
Originally Posted by Smile #Fail View Post
How would that code be??
Ah, you want it to give them a HE Grenade even if they have already had one during the round.
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX is offline
cikjam
Senior Member
Join Date: Feb 2009
Location: Australia
Old 01-01-2010 , 23:35   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #29

Quote:
Originally Posted by Smile #Fail View Post
How would that code be??
PHP Code:
        if ( user_has_weaponidCSW_HEGRENADE ) )
        {
            return 
PLUGIN_HANDLED;
        }
        else 
        {
            
give_item(id"weapon_hegrenade");
        } 
__________________
R.I.P Aziz 'Zyzz' Sergeyevich Shavershian
cikjam is offline
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 01-02-2010 , 13:35   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #30

Quote:
Originally Posted by cikjam View Post
PHP Code:
        if ( user_has_weaponidCSW_HEGRENADE ) )
        {
            return 
PLUGIN_HANDLED;
        }
        else 
        {
            
give_item(id"weapon_hegrenade");
        } 
Yep.
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX 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 03:52.


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