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

Freeze Time ZP


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 08-16-2023 , 23:53   Freeze Time ZP
Reply With Quote #1

Any one fix this bug

AMX Mod X Compiler 1.9.0.5294

Error: Undefined symbol "zp_set_zombie_freeze_time_" on line 13

PHP Code:
#include <amxmodx>
#incllude <zombieplague>

public plugin_init()
{
    
register_clcmd("say /setfreezetime""CmdSetFreezeTime");
}

public 
CmdSetFreezeTime(id)
{
    new 
time 15// Set the desired freeze time in seconds
    
zp_set_zombie_freeze_time_cvars(time);
    
client_print(idprint_chat"Freeze time set to %d seconds!"time);

__________________
Thank You For Helps
Discord:
null.#0096
https://www.youtube.com/@NullHere/

Last edited by SHIFT0; 08-16-2023 at 23:57.
SHIFT0 is offline
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 08-17-2023 , 09:16   Re: Freeze Time ZP
Reply With Quote #2

That's not even a function in ZP. What is this
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 08-17-2023 , 13:34   Re: Freeze Time ZP
Reply With Quote #3

Quote:
Originally Posted by DruGzOG View Post
That's not even a function in ZP. What is this
Idk who even made it
__________________
Thank You For Helps
Discord:
null.#0096
https://www.youtube.com/@NullHere/
SHIFT0 is offline
IC3k1ng
Senior Member
Join Date: Mar 2023
Location: Argentina
Old 09-01-2023 , 22:28   Re: Freeze Time ZP
Reply With Quote #4

Quote:
Originally Posted by SHIFT0 View Post
PHP Code:
#incllude <zombieplague> 
Maybe you wrote bad this? It should don't include a double L to get work.
__________________


IC3k1ng is offline
metal_upa
Senior Member
Join Date: Jun 2016
Old 09-02-2023 , 06:23   Re: Freeze Time ZP
Reply With Quote #5

Maybe it's too late:
PHP Code:
#include <amxmodx>
//#include <zombieplague>

native zp_set_zombie_freeze_time_cvars(time);

public 
plugin_init()
{
    
register_clcmd("say /setfreezetime""CmdSetFreezeTime");
}

public 
CmdSetFreezeTime(id)
{
    new 
time 15// Set the desired freeze time in seconds
    
zp_set_zombie_freeze_time_cvars(time);
    
client_print(idprint_chat"Freeze time set to %d seconds!"time);

metal_upa is offline
IC3k1ng
Senior Member
Join Date: Mar 2023
Location: Argentina
Old 09-03-2023 , 00:30   Re: Freeze Time ZP
Reply With Quote #6

Sure that it should work? Im not sure if it will detect that native...
__________________


IC3k1ng 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 15:55.


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