Raised This Month: $ Target: $400
 0% 

Blockmaker Guide: How to add your own blocks!


Post New Thread Reply   
 
Thread Tools Display Modes
martin olli
New Member
Join Date: Nov 2009
Old 11-05-2009 , 15:28   movie tutorial
Reply With Quote #11

can someone make a movie about how to do this. With CamStudio or something? and put it on youtube. People will understand this tutorial better if someone makes a movie tutorial.
martin olli is offline
D-TOX
Member
Join Date: Mar 2008
Old 11-24-2009 , 13:15   Re: Blockmaker Guide: How to add your own blocks!
Reply With Quote #12

Title should be: Blockmaker Guide: How to REPLACE blocks.
__________________
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░█▀▀ ░█▀█ ░█ ░█▀▀ ░░█▀▀ ░█▀█ ░█ ░█░░░
░█▀▀ ░█▀▀ ░█ ░█ ░░░░█▀▀ ░█▀█ ░█ ░█░░░
░▀▀▀ ░▀ ░░░▀ ░▀▀▀ ░░▀ ░░░▀░▀ ░▀ ░▀▀▀░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
D-TOX is offline
snowyledge
BANNED
Join Date: Dec 2009
Old 12-17-2009 , 18:03   Re: Blockmaker Guide: How to add your own blocks!
Reply With Quote #13

This is very useful ! Thanks for sharing !
snowyledge is offline
saaxxen
Junior Member
Join Date: Jul 2010
Old 07-23-2010 , 08:06   Re: Blockmaker Guide: How to add your own blocks!
Reply With Quote #14

plz help how to add deagle block to BCM5 like this settings

new bool:bGiveDeagle = true

if( bGiveDeagle == true ) {
give_item(plr, "weapon_deagle");
cs_set_weapon_ammo(find_ent_by_owner(1, "weapon_deagle", plr), 1);
cs_set_user_bpammo(1, CSW_DEAGLE, 0)

bGiveDeagle = false

set_task
( "60.0", "deagleTimer" ) // Make the 60.0 into the cooldown
}
else
{
return
PLUGIN_HANDLED;
}

public deagleTimer( id ) {
if(
bGiveDeagle == false ) {
bGiveDeagle = true

return PLUGIN_CONTINUE;
}
else if(
bGiveDeagle == true) {
return
PLUGIN_HANDLED;
}
return
PLUGIN_HANDLED;
}
Attached Files
File Type: sma Get Plugin or Get Source (bcmv5.sma - 296 views - 84.7 KB)
saaxxen is offline
qozit'
New Member
Join Date: Aug 2010
Old 09-09-2010 , 16:41   Re: Blockmaker Guide: How to add your own blocks!
Reply With Quote #15

Wow dude, you should really change the Title of the guide, its not "HOW TO ADD YOUR OWN BLOCKS", its how to convert someone, theres in bm already, this is how to add a new one: http://forums.alliedmods.net/showthread.php?t=112757
qozit' 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 20:57.


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