AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   [ZP] Extra Item: Delite Human (https://forums.alliedmods.net/showthread.php?t=135524)

Rhyme 08-17-2010 02:43

[ZP] Extra Item: Delite Human
 
1 Attachment(s)
[ZP] Extra Item: Delite Human
Version: 1.2 (Fixed more bugs, and deleted gravity and speed.)

Description:
Human has 300 armor|
Human has 300 health|
Human has No Recoil|
--------------------

DJHD! 08-17-2010 03:11

Re: [ZP] Extra Item: Delite Human
 
WTFFFF

georgik57 08-17-2010 07:37

Re: [ZP] Extra Item: Delite Human
 
you forgot to say that humans that buy this item get some weapons too
and i think you mistaken when you set the user gravity to 0.8...i think you have to set it to 600

Excalibur.007 08-17-2010 08:17

Re: [ZP] Extra Item: Delite Human
 
Bad. You didn't gave the credits to ot_207 for the No Recoil as I gave at my A. Human Classes.

EDIT: Bad indention

georgik57 08-17-2010 09:25

Re: [ZP] Extra Item: Delite Human
 
Quote:

Originally Posted by Excalibur.007 (Post 1273286)
EDIT: Bad indention

i'm not surprised...the code is so messy

client_cmd 08-17-2010 21:34

Re: [ZP] Extra Item: Delite Human
 
?
PHP Code:

give_item(player"weapon_usp")
give_item(player"weapon_xm1014")
give_item(player"weapon_knife")
give_item(player"weapon_xm1014")
give_item(player"weapon_usp")
give_item(player"weapon_xm1014")
give_item(player"weapon_usp"

wow *3 !

Raddish 08-17-2010 21:37

Re: [ZP] Extra Item: Delite Human
 
It's a joke?

PHP Code:

public zp_extra_item_selected(playeritemid)
{
    if (
itemid == g_itemid1)
    {
        
g_norecoil[player] = true
        strip_user_weapons
(player)
        
give_item(player"weapon_usp")
        
give_item(player"weapon_xm1014")
        
give_item(player"weapon_knife")
        
give_item(player"weapon_xm1014")
        
give_item(player"weapon_usp")
        
give_item(player"weapon_xm1014")
        
give_item(player"weapon_usp")
        
set_user_maxspeed(player300)
        
set_user_gravity(player0.8)
        
set_user_armor(player300)
        
set_user_health(player300)
    }



Rhyme 08-18-2010 02:58

Re: [ZP] Extra Item: Delite Human
 
:nono::nono: This is to a cage too cartridges were, and there 0
=)

jc980 08-18-2010 06:38

Re: [ZP] Extra Item: Delite Human
 
add this to the line:
PHP Code:

cs_set_user_bpammo(playerCSW_USP999)
cs_set_user_bpammo(playerCSW_XM1014999



All times are GMT -4. The time now is 15:30.

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