I'm trying to make a player egg to a gorge with the help of impulse 114
It executes the function but for some reason the client_cmd won't work
I dug in the gorgzilla code and found everything I need, but I guess I missed something
public Gorge_me(id)
{
client_print(id, print_chat, "Gorge") //This works
ns_set_exp(id,500000.0) //This works
client_cmd(id,"impulse 114") //Is the impulse for the gorge, doesn't work
}