Warning 225: unreachable code
#6

Quote:
Originally Posted by Sojo12
Посмотреть сообщение
There's no problem with this.Show me some lines before the codes you've provided.
Код:
	    			new year, month,day;
					getdate(year, month, day);
					format(string, sizeof(string), "AdmCmd: %s a primit ban de la %s, motiv: %s (%d-%d-%d)", giveplayer, sendername, (result),month,day,year);
					BanLog(string);
					format(string, sizeof(string), "{ffe100}Info: %s{a9c4e4} a primit ban de la %s , motiv: %s", giveplayer, sendername, (result));
					SendClientMessageToAll(COLOR_LIGHTRED, string);
					new playersip[256];
					GetPlayerIp(giveplayerid,playersip,sizeof(playersip));
					strmid(PlayerInfo[giveplayerid][pIP], playersip, 0, 100, 255);
					Update(giveplayerid, pIPx);
					//OnPlayerUpdateEx(giveplayerid);
					Kick(giveplayerid);
					return 1;
					}
					new year, month,day;
Reply


Messages In This Thread
Warning 225: unreachable code - by Hitek - 25.07.2014, 05:32
Re: Warning 225: unreachable code - by Sojo12 - 25.07.2014, 05:36
Re: Warning 225: unreachable code - by BroZeus - 25.07.2014, 05:39
Re: Warning 225: unreachable code - by Sojo12 - 25.07.2014, 05:41
Re: Warning 225: unreachable code - by SickAttack - 25.07.2014, 05:43
Re: Warning 225: unreachable code - by Hitek - 25.07.2014, 05:43
Re: Warning 225: unreachable code - by SickAttack - 25.07.2014, 05:46
Re: Warning 225: unreachable code - by Hitek - 25.07.2014, 05:53
Re: Warning 225: unreachable code - by SickAttack - 25.07.2014, 06:01
Re: Warning 225: unreachable code - by Hitek - 25.07.2014, 06:09

Forum Jump:


Users browsing this thread: 2 Guest(s)