Hi it's me again, I have some problems whit my Prokreedz (top10 update version)
here it is:
http://forums.alliedmods.net/showthr...ight=prokreedz
The current version of Prokreedz (top10 update version) I use don't reset checkpoint + timer when I want to restart timer.
This is from xtreme-jumps :
--> How i can press the button without "say /reset"?
search for the reset_checkpoints(id) function in prokreedz and add
return PLUGIN_HANDLED
at the end of that function
and here is my file ;
public reset_checkpoints(id) {
checkpointnum[id-1] = 0
timer_started[id-1] = false
client_print(id,print_chat,"[ProKreedz] Timer and checkpoints resetted")
return PLUGIN_HANDLED
}
And as u can see it says return PLUGIN_HANDLED at the END of the function, but STILL it don't work, you guys know what the problem is ?
Thx Alot for your help !!
/Alex