Hi,
i want to do something, when a player joined a team.. but it doesn't work.. it's my first plugin and I never coded with C++, but i read the documentation with the basics of pawn..
My Code:
PHP Code:
public client_putinserver ( id ) {
// on join say hello to all
client_cmd(id, "say hi")
return PLUGIN_HANDLED
}
It doesn't work... I'm sure, that i did something wrong, but i don't know, what... Do I have to use set_task or do I have to set the variable "id"?
Thanks
Br41n
__________________