View Single Post
Re: Metamod Plugin Programming Tutorial linux
Old
  (#7)
SnakePr0luck0r
Guest
 
Status:
Posts: n/a
Default Re: Metamod Plugin Programming Tutorial linux - 07-10-2004

mhh now it works

i only have 2 questions
which functions i need for exec a command for example mp_timelimit 30
and how can i wirte something after connection of a client in the console
void ClientPutInServer (edict_t *pEntity)
{
LOG_CONSOLE (PLID, "%s: Client-Connected", Plugin_info.name);
}
won't work only the server see it .

thx snake
  
Reply With Quote