hello all,i need help.
i edited soccerjam plugin.e.g. when i have ball and i jump and i not press e,it will be a task.
Problem is,that when i hold jump button with ball,shows about 10000 texts..
code :
public Player_Jump(id)
{
new button = entity_get_int(id, EV_INT_button)
new usekey = (button & IN_USE)
if(!usekey && id == ballholder)
client_print(0,print_chat,"TEST")