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

API Scripting Help [HELP] Zombie CLASS TO BUY


Post New Thread Reply   
 
Thread Tools Display Modes
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-09-2014 , 19:36   Re: [HELP] Zombie CLASS TO BUY
Reply With Quote #21

Just try this steps:

1. Firstly, find this part:
PHP Code:
public zp_extra_item_selected(iditemid)
{
    if(
itemid == g_itemid_L4dTank)
    {
        
has_l4d[id] = true
        print_chatColor
(id"\g[ZP]\n You have bought \gL4D Zombie")
    }

2. Then, change it into this:
PHP Code:
public zp_extra_item_selected(iditemid)
{
    if(
itemid == g_itemid_L4dTank)
    {
        
has_l4d[id] = true
        zp_set_user_zombie_class
(id0)
        
print_chatColor(id"\g[ZP]\n You have bought \gL4D Zombie")
    }

3. Lasty, you must edit this line only:
PHP Code:
zp_set_user_zombie_class(id0
Please, edit the value "0" with the number of arrangement of L4D class in your Zombie Classes menu.

If the L4D Zombie is located at the number 3 of the list, just change the "0" into "2". ;)

Last edited by zmd94; 10-09-2014 at 19:36.
zmd94 is offline
smoka
Member
Join Date: Aug 2010
Old 10-10-2014 , 04:14   Re: [HELP] Zombie CLASS TO BUY
Reply With Quote #22

not working , tried with few numbers incase that was the problem nothing it refuses to turn, it kinda does what it suppouse to do but not what im looking for it changes the zombie class but thats all in menu

Last edited by smoka; 10-10-2014 at 04:25.
smoka is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-10-2014 , 04:36   Re: [HELP] Zombie CLASS TO BUY
Reply With Quote #23

In that case, I'm also not sure how to do it.

Maybe, you can add information in the Zombie Classes list. When player what to choose L4D Zombie, there is a word telling that "Please Buy it First!".

;)
zmd94 is offline
smoka
Member
Join Date: Aug 2010
Old 10-10-2014 , 05:00   Re: [HELP] Zombie CLASS TO BUY
Reply With Quote #24

yea i get that, however im still trying to edit nemesis plugin to be like tthis one still failing tho, so i can simply buy it using gamemodes buy plugin ty for help alltho

Last edited by smoka; 10-10-2014 at 05:00.
smoka is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-10-2014 , 05:06   Re: [HELP] Zombie CLASS TO BUY
Reply With Quote #25

I'm glad I can help you a little bit. ;)
zmd94 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 17:02.


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