Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
cikjam
Senior Member
Join Date: Feb 2009
Location: Australia
Old 01-03-2010 , 08:22   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #41

Yes they would get another grenade, lol.
__________________
R.I.P Aziz 'Zyzz' Sergeyevich Shavershian
cikjam is offline
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 01-03-2010 , 14:01   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #42

Quote:
Originally Posted by DarkGod View Post
Partially correct but simply that won't exactly help him out.

You should hook the CurWeapon event (it's called when you shoot / toss a nade, I guess) and do a boolean check (set that bool true when he touches block).
Uh, he's 100% Correct.
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 01-03-2010 , 18:21   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #43

Quote:
Originally Posted by GXLZPGX View Post
Uh, he's 100% Correct.
Wrong.

Perfect code would be 1 of 2 popular ways:

1. Add a cooldown effect instead of giving a grenade whenever the player doesn't have one.
2. Add a variable so the player can only get one grenade per round.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Smile #Fail
Junior Member
Join Date: Nov 2008
Old 01-03-2010 , 20:52   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #44

Well whether he's 100% right or not, it's working fine so..
Smile #Fail is offline
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 01-03-2010 , 23:44   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #45

Quote:
Originally Posted by Exolent[jNr] View Post
Wrong.

Perfect code would be 1 of 2 popular ways:

1. Add a cooldown effect instead of giving a grenade whenever the player doesn't have one.
2. Add a variable so the player can only get one grenade per round.
Of course. But there are many ways of going about this. Though those are popular, the code he posted works completely fine. I am not saying you are incorrect, nor am I contradicting your post. And thank you for your input.
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX is offline
Duff-Girl
Senior Member
Join Date: Feb 2009
Old 01-05-2010 , 15:25   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #46

When are the pole blocks tutorial coming

i just need to add that then im happy ;)
__________________
We sure do like blockmaker! :-P
  • I am learning PAWN if there is any tutorials PM me.
  • Im working on a project. plz give me tutorials.
Duff-Girl is offline
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 01-05-2010 , 17:31   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #47

Quote:
Originally Posted by Duff-Girl View Post
When are the pole blocks tutorial coming

i just need to add that then im happy ;)
Ah, sometime this weekend or next week.
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX is offline
Old 01-06-2010, 19:32
Erox902
This message has been deleted by Exolent[jNr]. Reason: This is not a support thread.
K*N*G
Junior Member
Join Date: Sep 2009
Old 01-27-2010 , 02:06   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #48

can i ask at this part:

Code:
 
BM_PLATFORM, //A
BM_BHOP, //B
BM_DAMAGE, //C
BM_HEALER, //D
BM_NOFALLDAMAGE, //I
BM_ICE, //J
BM_TRAMPOLINE, //G
BM_SPEEDBOOST, //H
BM_INVINCIBILITY, //E
BM_STEALTH, //F
BM_DEATH, //K
BM_NUKE, //L
BM_CAMOUFLAGE, //M
BM_LOWGRAVITY, //N
BM_FIRE, //O
BM_SLAP, //P
BM_RANDOM, //Q
BM_HONEY, //R
BM_BARRIER_CT, //S
BM_BARRIER_T, //T
BM_BOOTSOFSPEED, //U
BM_GLASS, //V
BM_BHOP_NOSLOW, //W
BM_AUTO_BHOP, //X
BM_MYBLOCK //Y
What do i do when i run out of letters. Eg

Code:
 
BM_PLATFORM, //A
BM_BHOP, //B
BM_DAMAGE, //C
BM_HEALER, //D
BM_NOFALLDAMAGE, //I
BM_ICE, //J
BM_TRAMPOLINE, //G
BM_SPEEDBOOST, //H
BM_INVINCIBILITY, //E
BM_STEALTH, //F
BM_DEATH, //K
BM_NUKE, //L
BM_CAMOUFLAGE, //M
BM_LOWGRAVITY, //N
BM_FIRE, //O
BM_SLAP, //P
BM_RANDOM, //Q
BM_HONEY, //R
BM_BARRIER_CT, //S
BM_BARRIER_T, //T
BM_BOOTSOFSPEED, //U
BM_GLASS, //V
BM_BHOP_NOSLOW, //W
BM_AUTO_BHOP, //X
BM_MYBLOCK //Y
BM_DEAGLE, //Z
BM_AWP, //?
K*N*G is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 01-27-2010 , 10:09   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #49

You can use numbers, or other characters such as ` ~ ! @ # $ % ^ & * ( ) - _ = + [ ] { } \ | ; : ' " < > , . / ?
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Kreation
Veteran Member
Join Date: Jan 2010
Location: Illinois
Old 01-27-2010 , 18:18   Re: Blockmaker - Adding Blocks (Step-By-Step)
Reply With Quote #50

Ahh I had that problem a while ago, I knew I could use numbers but didn't know about characters.
__________________
Hi.
Kreation 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 18:43.


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