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

[Tag] Zombie Plague


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
C.Ronaldo
Senior Member
Join Date: Dec 2014
Old 12-19-2014 , 06:24   [Tag] Zombie Plague
Reply With Quote #1

Hello guys i am ronaldo and i need your help.

how we can change Tags on plugins , we all times server [ZP] Tag but i want change it like [Test].

you can see this pic like here i want change tag , if you know how please tell me

C.Ronaldo is offline
Chihuahuax
Senior Member
Join Date: Oct 2014
Location: Malaysia
Old 12-19-2014 , 06:52   Re: [Tag] Zombie Plague
Reply With Quote #2

*Open your zombieplague.sma with notepad
*Then press ctrl+F and enter [ZP]
*Change all of them into [TEST]
Compile
Chihuahuax is offline
Send a message via Skype™ to Chihuahuax
C.Ronaldo
Senior Member
Join Date: Dec 2014
Old 12-19-2014 , 07:14   Re: [Tag] Zombie Plague
Reply With Quote #3

i did but not work
C.Ronaldo is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 12-19-2014 , 07:19   Re: [Tag] Zombie Plague
Reply With Quote #4

1. Open "zp50_colorchat_const.inc".
2. Change it to look like this:
Spoiler

3. Add the file to your complier include.
4. Compile every zp 5.0 plugin from sma to amxx.
5. Add them on your server.
__________________
H.RED.ZONE is offline
C.Ronaldo
Senior Member
Join Date: Dec 2014
Old 12-19-2014 , 07:30   Re: [Tag] Zombie Plague
Reply With Quote #5

@ H.RED.ZONE Yes it is work 100% thx

i need one more help , how i can edit ==== Zombie Plague 5.0.5 ====
C.Ronaldo is offline
Old 12-19-2014, 07:31
New.ZM.Life
This message has been deleted by New.ZM.Life. Reason: :|
C.Ronaldo
Senior Member
Join Date: Dec 2014
Old 12-19-2014 , 07:53   Re: [Tag] Zombie Plague
Reply With Quote #6

@ H.RED.ZONE Yes it is work 100% thx

i need one more help , how i can edit ==== Zombie Plague 5.0.5 ====
C.Ronaldo is offline
New.ZM.Life
Veteran Member
Join Date: Sep 2014
Location: Iran
Old 12-19-2014 , 07:58   Re: [Tag] Zombie Plague
Reply With Quote #7

you have to edit zp50_main_menu.sma

1-open it
2-find this part

PHP Code:
public task_welcome_msg()
{
    
zp_colored_print(0"==== ^x04Zombie Plague %s^x01 ===="ZP_VERSION_STR_LONG)
    
zp_colored_print(0"%L"LANG_PLAYER"NOTICE_INFO1")

and change this part to everything you want! :

PHP Code:
"==== ^x04Zombie Plague %s^x01 ====" 
__________________
PLUGINS

Zombie Plague 5.0 + New Modes

Added NightCrawler Mode to ZP





New.ZM.Life is offline
C.Ronaldo
Senior Member
Join Date: Dec 2014
Old 12-19-2014 , 08:54   Re: [Tag] Zombie Plague
Reply With Quote #8

@ New.ZM.Life It is work thx , sorry for that but how i can change this too .

C.Ronaldo is offline
Old 12-19-2014, 09:59
Chihuahuax
This message has been deleted by Chihuahuax.
New.ZM.Life
Veteran Member
Join Date: Sep 2014
Location: Iran
Old 12-19-2014 , 10:08   Re: [Tag] Zombie Plague
Reply With Quote #9

Quote:
Originally Posted by C.Ronaldo View Post
@ New.ZM.Life It is work thx , sorry for that but how i can change this too .

again open zp50_main_menu.sma

find this part:
PHP Code:
// Main Menu
show_menu_main(id)
{
    static 
menu[250]
    new 
len
    
    
// Title
    
len += formatex(menu[len], charsmax(menu) - len"\yZombie Plague %s^n^n"ZP_VERSION_STR_LONG
and edit that.
%s is for your zp version,if you want to remove it,you have to remove ZP_VERSION_STR_LONG also

for example change it to:

PHP Code:
// Main Menu
show_menu_main(id)
{
    static 
menu[250]
    new 
len
    
    
// Title
    
len += formatex(menu[len], charsmax(menu) - len"\yThis Is For Test^n^n"
__________________
PLUGINS

Zombie Plague 5.0 + New Modes

Added NightCrawler Mode to ZP





New.ZM.Life is offline
C.Ronaldo
Senior Member
Join Date: Dec 2014
Old 12-19-2014 , 10:19   Re: [Tag] Zombie Plague
Reply With Quote #10

Thx again working

Last edited by C.Ronaldo; 12-19-2014 at 10:19.
C.Ronaldo 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 03:52.


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