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

[Tutorial] Third lesson in a series develop [ZPA 1.61] - Add Leader Frags + Packs


Post New Thread Reply   
 
Thread Tools Display Modes
iLlegalzp
Member
Join Date: Dec 2015
Location: Burgas
Old 12-11-2015 , 10:48   Re: [Tutorial] Third lesson in a series develop [ZPA 1.61] - Add Leader Frags + Packs
Reply With Quote #11

arvEL. I added the code in last in main code and again have errors

// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : error 017: undefined symbol "client_print_color"
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : warning 215: expression has no effect
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : warning 215: expression has no effect
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : warning 215: expression has no effect
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : error 001: expected token: ";", but found ")"
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : error 029: invalid expression, assumed zero
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : fatal error 107: too many error messages on one line

Line 13563 - client_print_color( 0, Grey, "^x04[ZP]^x01 The packs leader is ^3%s ^1@ ^4%s packs", szName, PacksString)
__________________
iLlegalzp is offline
Send a message via Skype™ to iLlegalzp
arvEL.
Senior Member
Join Date: Dec 2014
Location: Iraq
Old 12-11-2015 , 14:26   Re: [Tutorial] Third lesson in a series develop [ZPA 1.61] - Add Leader Frags + Packs
Reply With Quote #12

Quote:
Originally Posted by iLlegalzp View Post
arvEL. I added the code in last in main code and again have errors

// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : error 017: undefined symbol "client_print_color"
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : warning 215: expression has no effect
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : warning 215: expression has no effect
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : warning 215: expression has no effect
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : error 001: expected token: ";", but found ")"
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : error 029: invalid expression, assumed zero
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13563) : fatal error 107: too many error messages on one line

Line 13563 - client_print_color( 0, Grey, "^x04[ZP]^x01 The packs leader is ^3%s ^1@ ^4%s packs", szName, PacksString)
PHP Code:
client_print_color0Grey"^x04[ZP]^x01 The packs leader is ^3%s ^1@ ^4%s packs"szNamePacksString


PHP Code:
ColorChat(0GREY"^4[ZP]^1 The packs leader is ^3%s ^1@ ^4%s packs"szNamePacksString
__________________
arvEL. is offline
Send a message via Skype™ to arvEL.
iLlegalzp
Member
Join Date: Dec 2015
Location: Burgas
Old 12-11-2015 , 15:16   Re: [Tutorial] Third lesson in a series develop [ZPA 1.61] - Add Leader Frags + Packs
Reply With Quote #13

Okay, and now one last error:
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13583) : error 017: undefined symbol "zp_get_user_ammo_packs"

I tried to use different native but didn't have result

Line 13583 - iPacks = zp_get_user_ammo_packs(id)
__________________
iLlegalzp is offline
Send a message via Skype™ to iLlegalzp
arvEL.
Senior Member
Join Date: Dec 2014
Location: Iraq
Old 12-11-2015 , 17:31   Re: [Tutorial] Third lesson in a series develop [ZPA 1.61] - Add Leader Frags + Packs
Reply With Quote #14

Quote:
Originally Posted by iLlegalzp View Post
Okay, and now one last error:
// D:\OriginalZM\cstrike\addons\amxmodx\scriptin g\ZombieWorld.sma(13583) : error 017: undefined symbol "zp_get_user_ammo_packs"

I tried to use different native but didn't have result

Line 13583 - iPacks = zp_get_user_ammo_packs(id)
write under #<include>

write this line

PHP Code:
native zp_get_user_ammo_packs(id); 
__________________
arvEL. is offline
Send a message via Skype™ to arvEL.
iLlegalzp
Member
Join Date: Dec 2015
Location: Burgas
Old 12-11-2015 , 18:41   Re: [Tutorial] Third lesson in a series develop [ZPA 1.61] - Add Leader Frags + Packs
Reply With Quote #15

Thank you
__________________
iLlegalzp is offline
Send a message via Skype™ to iLlegalzp
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 12-12-2015 , 05:30   Re: [Tutorial] Third lesson in a series develop [ZPA 1.61] - Add Leader Frags + Packs
Reply With Quote #16

I have a few questions:

1. Why an outdated and problematic mod edition like ZPA?
2. Why would you edit the main plugin when you can make separate plugins to do the same thing?
3. Why post things that already exist?

These topics of yours are pointless and can even be considered spam.
I presume you're doing it to advertise your non-steam community?
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
iLlegalzp
Member
Join Date: Dec 2015
Location: Burgas
Old 12-12-2015 , 06:01   Re: [Tutorial] Third lesson in a series develop [ZPA 1.61] - Add Leader Frags + Packs
Reply With Quote #17

Quote:
Originally Posted by georgik57 View Post
I have a few questions:

1. Why an outdated and problematic mod edition like ZPA?
2. Why would you edit the main plugin when you can make separate plugins to do the same thing?
3. Why post things that already exist?

These topics of yours are pointless and can even be considered spam.
I presume you're doing it to advertise your non-steam community?
To be edit the main code is better than different plugin
__________________
iLlegalzp is offline
Send a message via Skype™ to iLlegalzp
Chihuahuax
Senior Member
Join Date: Oct 2014
Location: Malaysia
Old 12-12-2015 , 08:54   Re: [Tutorial] Third lesson in a series develop [ZPA 1.61] - Add Leader Frags + Packs
Reply With Quote #18

Quote:
Originally Posted by iLlegalzp View Post
To be edit the main code is better than different plugin
Many problems will appear even if there is one small mistake
Chihuahuax is offline
Send a message via Skype™ to Chihuahuax
arvEL.
Senior Member
Join Date: Dec 2014
Location: Iraq
Old 12-12-2015 , 12:09   Re: [Tutorial] Third lesson in a series develop [ZPA 1.61] - Add Leader Frags + Packs
Reply With Quote #19

Quote:
Originally Posted by georgik57 View Post
I have a few questions:

1. Why an outdated and problematic mod edition like ZPA?
2. Why would you edit the main plugin when you can make separate plugins to do the same thing?
3. Why post things that already exist?

These topics of yours are pointless and can even be considered spam.
I presume you're doing it to advertise your non-steam community?
why are you trying to sabotage my topic?
that you do not like Thread why you reply?
__________________
arvEL. is offline
Send a message via Skype™ to arvEL.
iLlegalzp
Member
Join Date: Dec 2015
Location: Burgas
Old 12-12-2015 , 13:05   Re: [Tutorial] Third lesson in a series develop [ZPA 1.61] - Add Leader Frags + Packs
Reply With Quote #20

@georgik57 listen me CS 1.6 is old too, but the peoples like it, more than CS:GO, ZPA is old too, but is better than 5.0
__________________

Last edited by iLlegalzp; 12-12-2015 at 13:07. Reason: Mistake
iLlegalzp is offline
Send a message via Skype™ to iLlegalzp
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:55.


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