Ive serached many of them , most of them are touching weapons or simple stuff like that. Its easy for them because they can do everything in the same line like
"client_print(id, print_center, "%s Picked up %s",Gun , person)"
they do not need to set a task like mine :
"set_task(0.1, "ghost_is_killing", id)"
I need to do this because I need to make checks like every second to see if the ghost is still on the human.
If its not then I will stop adding frags / killing human and stuff.
Please give a hint? I cant see whats wrong with my code =/