Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
Old 12-11-2009 , 09:30   Re: [ZP] Extra Item : Force Field Grenade [v1.6]
Reply With Quote #31

Quote:
Originally Posted by lucas_7_94 View Post
meTaliCroSS and [C]apo[s]trike gave me a perfect idea =D

Make a set with random colors and one with a fixed color.
Don't make an start num in "0", use it with "50". What going to appear if the 3 colors are "0" ?
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
01101101
BANNED
Join Date: Nov 2009
Location: 9`su 09`n0n7e`r0f76a
Old 12-11-2009 , 09:34   Re: [ZP] Extra Item : Force Field Grenade [v1.6]
Reply With Quote #32

Quote:
Originally Posted by meTaLiCroSS View Post
Don't make an start num in "0", use it with "50". What going to appear if the 3 colors are "0" ?
Just nothing lol.
01101101 is offline
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
Old 12-11-2009 , 09:45   Re: [ZP] Extra Item : Force Field Grenade [v1.6]
Reply With Quote #33

Quote:
Originally Posted by 01101101 View Post
Just nothing lol.
, i know, damn.
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
Old 12-11-2009, 11:00
metallicawOw
This message has been deleted by metallicawOw. Reason: Error by me
Raddish
BANNED
Join Date: Jul 2008
Location: Argentina
Old 12-11-2009 , 21:46   Re: [ZP] Extra Item : Force Field Grenade [v1.6]
Reply With Quote #34

PHP Code:
public entity_touch(touchedtoucher)
{
    if(
zp_get_user_zombie(toucher) || zp_get_user_nemesis(toucher))
    {
        new 
Float:pos_ptr[3], Float:pos_ptd[3], Float:push_power get_pcvar_float(cvar_push)
        
        
pev(touchedpev_originpos_ptr)
        
pev(toucherpev_originpos_ptd)
        
        for(new 
02i++)
        {
            
pos_ptd[i] -= pos_ptr[i]
            
pos_ptd[i] *= push_power
        
}
        
set_pev(toucherpev_velocitypos_ptd)
        
set_pev(toucherpev_impulsepos_ptd)
    }


------->

PHP Code:
public entity_touch(touchedtoucher)
{
    if(
zp_get_user_zombie(toucher) || zp_get_user_nemesis(toucher))
    {
        new 
Float:pos_ptr[3], Float:pos_ptd[3], Float:push_power get_pcvar_float(cvar_push)
        
        
pev(touchedpev_originpos_ptr)
        
pev(toucherpev_originpos_ptd)
        
        for(new 
03i++)
        {
            
pos_ptd[i] -= pos_ptr[i]
            
pos_ptd[i] *= push_power
        
}
        
set_pev(toucherpev_velocitypos_ptd)
        
set_pev(toucherpev_impulsepos_ptd)
    }

[ES] Sino se meten por arriba.
Raddish is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 12-11-2009 , 22:20   Re: [ZP] Extra Item : Force Field Grenade [v1.6]
Reply With Quote #35

Quote:
Originally Posted by Raddish View Post
PHP Code:
public entity_touch(touchedtoucher)
{
    if(
zp_get_user_zombie(toucher) || zp_get_user_nemesis(toucher))
    {
        new 
Float:pos_ptr[3], Float:pos_ptd[3], Float:push_power get_pcvar_float(cvar_push)
 
        
pev(touchedpev_originpos_ptr)
        
pev(toucherpev_originpos_ptd)
 
        for(new 
02i++)
        {
            
pos_ptd[i] -= pos_ptr[i]
            
pos_ptd[i] *= push_power
        
}
        
set_pev(toucherpev_velocitypos_ptd)
        
set_pev(toucherpev_impulsepos_ptd)
    }


------->

PHP Code:
public entity_touch(touchedtoucher)
{
    if(
zp_get_user_zombie(toucher) || zp_get_user_nemesis(toucher))
    {
        new 
Float:pos_ptr[3], Float:pos_ptd[3], Float:push_power get_pcvar_float(cvar_push)
 
        
pev(touchedpev_originpos_ptr)
        
pev(toucherpev_originpos_ptd)
 
        for(new 
03i++)
        {
            
pos_ptd[i] -= pos_ptr[i]
            
pos_ptd[i] *= push_power
        
}
        
set_pev(toucherpev_velocitypos_ptd)
        
set_pev(toucherpev_impulsepos_ptd)
    }

[ES] Sino se meten por arriba.
Thanks you.
__________________
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
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 12-11-2009 , 22:41   Re: [ZP] Extra Item : Force Field Grenade [v1.7]
Reply With Quote #36

Updated.!

Check the first Post!.
__________________
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
Raddish
BANNED
Join Date: Jul 2008
Location: Argentina
Old 12-12-2009 , 10:29   Re: [ZP] Extra Item : Force Field Grenade [v1.6]
Reply With Quote #37

Quote:
Originally Posted by lucas_7_94 View Post
Thanks you.
not at all
Raddish is offline
CHyCMyMpNk
Senior Member
Join Date: Jun 2008
Location: PTZ
Old 12-12-2009 , 12:56   Re: [ZP] Extra Item : Force Field Grenade [v1.7]
Reply With Quote #38

please add to chose who can by it Human or Zombie .
CHyCMyMpNk is offline
Send a message via ICQ to CHyCMyMpNk
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 12-12-2009 , 13:37   Re: [ZP] Extra Item : Force Field Grenade [v1.7]
Reply With Quote #39

I do not understand.
Express yourself better, please let examples.
__________________
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
CHyCMyMpNk
Senior Member
Join Date: Jun 2008
Location: PTZ
Old 12-12-2009 , 14:08   Re: [ZP] Extra Item : Force Field Grenade [v1.7]
Reply With Quote #40

who can use this Nade , Human or Zombie . Add cvar = )
CHyCMyMpNk is offline
Send a message via ICQ to CHyCMyMpNk
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 23:44.


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