Thread: Help please!
View Single Post
Mo3taz
Member
Join Date: Apr 2022
Location: Algeria
Old 09-14-2023 , 10:07   Re: Help please!
Reply With Quote #5

symbol "zp_zombie_class_textadd" is undefined
you have to define it
post your zombieplague include
or try this one:
Code:
public zp_zombie_class_selected_pre(id, classid)
{
	if(classid == g_lockerz)
	{
		if(zv_get_user_flags(id))
			//zp_zombie_class_textadd("\y[Lock Human Weapon > G]")
			ChatColor(id, "[Lock Human Weapon > G]")
		else
		{
			//zp_zombie_class_textadd("\r[Access Denied (VIP Only)]")
			ChatColor(id, "[Access Denied (VIP Only)]")
			return ZP_PLUGIN_HANDLED
		}
	}
	return PLUGIN_CONTINUE
}
__________________
Save Money (nvault)
DISCORD: Mo3taz#8978
Mz

Last edited by Mo3taz; 09-14-2023 at 10:11.
Mo3taz is offline
Send a message via Yahoo to Mo3taz