Shadow if i type in console kill that make bug can you fix that ? :/
saw some servers using this plugin and this bug was so anoying i hacked alot of points just by typing "kill" in console so i decided to share the solution of the problem ( i know that there is a better plugin but this is for those who want to use this plugin )
go to zp_extra_points.sma
add include <fakemeta>
Find:
new Point[33], cvar_head_points, cvar_not_head_points Edit:
new Point[33], cvar_head_points, cvar_not_head_points
/*native zp_set_user_points(id, ammount) // not needed
native zp_get_user_points(id) // not needed*/
then Find:
public plugin_init() Add:
register_forward(FM_ClientKill, "Forward_ClientKill") then at the end of the code add:
Shadow if i type in console kill that make bug can you fix that ? :/
saw some servers using this plugin and this bug was so anoying i hacked alot of points just by typing "kill" in console so i decided to share the solution of the problem ( i know that there is a better plugin but this is for those who want to use this plugin )
go to zp_extra_points.sma
add include <fakemeta>
Find:
new Point[33], cvar_head_points, cvar_not_head_points Edit:
new Point[33], cvar_head_points, cvar_not_head_points
/*native zp_set_user_points(id, ammount) // not needed
native zp_get_user_points(id) // not needed*/
then Find:
public plugin_init() Add:
register_forward(FM_ClientKill, "Forward_ClientKill") then at the end of the code add: