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

Subplugin Submission [ZP] Extra Item : Force Field Grenade [v2.3] [Update 08-14-12]


Post New Thread Reply   
 
Thread Tools Display Modes
Xellath
Veteran Member
Join Date: Dec 2007
Location: Sweden
Old 12-08-2009 , 01:36   Re: [ZP] Extra Item : Force Field Grenade
Reply With Quote #21

Quote:
Originally Posted by lucas_7_94 View Post
Model with:

PHP Code:
Origin[2] -= 38 
http://www.picturinga.com.ar/images/shield38.jpg

PHP Code:
Origin[2] -= 0.00 
http://www.picturinga.com.ar/images/shield2.jpg

With only look at the pictures, there is a big difference.
And what exactly tells you to use 38? Where do you get that number from?
And by the way, decreasing the Z-direction with 0.0 will equal to the same amount as before, so you can just go ahead and delete that line.
__________________
Achievements API - a simple way for you to create your OWN custom achievements!
Xellath is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 12-08-2009 , 08:39   Re: [ZP] Extra Item : Force Field Grenade
Reply With Quote #22

Quote:
Originally Posted by Xellath View Post
And what exactly tells you to use 38? Where do you get that number from?
And by the way, decreasing the Z-direction with 0.0 will equal to the same amount as before, so you can just go ahead and delete that line.
If I delete that line, the model of the field does not appear, so I put 0.00.
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
9evill
Senior Member
Join Date: Apr 2007
Location: Lithuania
Old 12-08-2009 , 16:52   Re: [ZP] Extra Item : Force Field Grenade
Reply With Quote #23

Some times zombies can walk thourgh burble. Please fix this.
9evill is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 12-10-2009 , 17:35   Re: [ZP] Extra Item : Force Field Grenade
Reply With Quote #24

The plugin has been renewed!.

Thanks xPaw.

# Xellant: If I take the "origin" means the entity (the model), the model is not listed.
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
ElViejo
Senior Member
Join Date: Dec 2009
Location: Buenos aires, Moron
Old 12-10-2009 , 17:52   Re: [ZP] Extra Item : Force Field Grenade [v1.5]
Reply With Quote #25

sorry for speack spanish :S:
Com hago para q halla un solo color en ves de que sea multicolor?
__________________

ElViejo is offline
Send a message via MSN to ElViejo
Old 12-10-2009, 18:02
lucas_7_94
This message has been deleted by lucas_7_94. Reason: [C]apo[S]trike...
capostrike93
Veteran Member
Join Date: Feb 2009
Location: adios y??
Old 12-11-2009 , 02:23   Re: [ZP] Extra Item : Force Field Grenade [v1.5]
Reply With Quote #26

Quote:
Originally Posted by lucas_7_94 View Post
edit this line

PHP Code:
entity_set_vector(iEntityEV_VEC_rendercolorvColor

-.-!!!

PHP Code:
if(is_valid_ent(iEntity))
 {
  new 
Float:vColor[3]
 
  for(new 
i3i++)
   
vColor[i] = random_float(0.0255.0)
 
  
entity_set_vector(iEntityEV_VEC_rendercolorvColor)
 } 


PHP Code:
if(is_valid_ent(iEntity))
 {
  new 
Float:vColor[3]
 
   
vColor[0] = 100 //Number (RED)
   
vColor[1] = //Number (GREEN)
   
vColor[2] = //Number (BLUE)  
   
entity_set_vector(iEntityEV_VEC_rendercolorvColor)
 } 
__________________
capostrike93 is offline
9evill
Senior Member
Join Date: Apr 2007
Location: Lithuania
Old 12-11-2009 , 05:02   Re: [ZP] Extra Item : Force Field Grenade
Reply With Quote #27

Quote:
Originally Posted by 9evill View Post
Some times zombies can walk thourgh burble. Please fix this.
Does you fixed this bug? I think its because force field is pushing you to one direction, so if you go from other size, you will be pushhed directly into buble.
9evill is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 12-11-2009 , 05:06   Re: [ZP] Extra Item : Force Field Grenade
Reply With Quote #28

Quote:
Originally Posted by 9evill View Post
Does you fixed this bug? I think its because force field is pushing you to one direction, so if you go from other size, you will be pushhed directly into buble.
Yes , the new version is fixed.
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
Old 12-11-2009 , 09:20   Re: [ZP] Extra Item : Force Field Grenade [v1.5]
Reply With Quote #29

Quote:
Originally Posted by capostrike93 View Post
-.-!!!

PHP Code:
if(is_valid_ent(iEntity))
 {
  new 
Float:vColor[3]
 
  for(new 
i3i++)
   
vColor[i] = random_float(0.0255.0)
 
  
entity_set_vector(iEntityEV_VEC_rendercolorvColor)
 } 


PHP Code:
if(is_valid_ent(iEntity))
 {
  new 
Float:vColor[3]
 
   
vColor[0] = 100 //Number (RED)
   
vColor[1] = //Number (GREEN)
   
vColor[2] = //Number (BLUE)  
   
entity_set_vector(iEntityEV_VEC_rendercolorvColor)
 } 
Big fail. Must be a float.
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 12-11-2009 , 09:28   Re: [ZP] Extra Item : Force Field Grenade [v1.6]
Reply With Quote #30

meTaliCroSS and [C]apo[S]trike gave me a perfect idea =D

Make a set with random colors and one with a fixed color.
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
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 15:21.


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