Raised This Month: $ Target: $400
 0% 

Freeze Time ZP


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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 13:56.


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