need help with two things.
#2

Add this at OnPlayerDisconnect
Код:
new discstring[128];
new sendername[MAX_PLAYER_NAME];
switch(reason)
{
case 0: format(discstring, sizeof(discstring), "* %s has left the server. (Timeout)", sendername);
case 1: format(discstring, sizeof(discstring), "* %s has left the server. (Leaving)", sendername);
case 2: format(discstring, sizeof(discstring), "* %s has left the server. (Kicked)", sendername);
}
Reply


Messages In This Thread
need help with two things. - by MeNMyselv - 11.07.2011, 18:44
Re: need help with two things. - by WoodPecker - 11.07.2011, 18:58
Re: need help with two things. - by MeNMyselv - 11.07.2011, 19:04
Re: need help with two things. - by Toreno - 11.07.2011, 19:05
Re: need help with two things. - by WoodPecker - 11.07.2011, 19:07
Re: need help with two things. - by MeNMyselv - 11.07.2011, 19:13
Re: need help with two things. - by Wesley221 - 11.07.2011, 19:16
Re: need help with two things. - by WoodPecker - 11.07.2011, 19:16
Re: need help with two things. - by Adil - 11.07.2011, 19:22
Re: need help with two things. - by MeNMyselv - 11.07.2011, 19:29

Forum Jump:


Users browsing this thread: 3 Guest(s)