24.12.2014, 21:54
(
Последний раз редактировалось vassilis; 27.01.2015 в 04:07.
)
solved
if(success)
{
new pip[16];
for(new i = 0; i < MAX_PLAYERS; i++)
{
GetPlayerIp(i, pip, sizeof(pip));
if(!strcmp(ip, pip, true))
{
TextDrawShowForPlayer(i,drawrcon0);
TextDrawShowForPlayer(i,drawrcon1);
TextDrawShowForPlayer(i,drawrcon2);
TextDrawShowForPlayer(i,drawrcon3);
TextDrawShowForPlayer(i,drawrcon4);
TextDrawShowForPlayer(i,drawrcon5);
TextDrawShowForPlayer(i,drawrcon6);
TextDrawShowForPlayer(i,drawrcon7);
TextDrawShowForPlayer(i,drawrcon8);
TextDrawShowForPlayer(i,drawrcon9);
TextDrawShowForPlayer(i,drawrcon10);
TextDrawShowForPlayer(i,drawrcon11);
TextDrawShowForPlayer(i,drawrcon14);
TextDrawShowForPlayer(i,drawrcon15);
SelectTextDraw(i,COLOR_RED);
}
}
}