help this dont work з_з
#1

Код:
stock SendMessageToClan(playerid,COLOR,text[])
{
  for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if (IsPlayerConnected(i))
		{
      if(PlayerLevel(playerid) == 10)
			{
			  SendClientMessage(i,COLOR,text);
			}
		}
	}
	return 1;
}

AND


Код:
stock SendMessageToRcon(COLOR,text[])
{
  for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if (IsPlayerConnected(i))
		{
			if(if(IsPlayerAdmin(playerid))
			{
			  SendClientMessage(i,COLOR,text);
			}
		}
	}
	return 1;
}
dont work з_з help
Reply
#2

any one ? plz
Reply
#3

pawn Код:
stock SendMessageToRcon(COLOR,text[])
{
  for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if (IsPlayerConnected(i))
        {
            if(IsPlayerAdmin(i))
            {
              SendClientMessage(i,COLOR,text);
            }
        }
    }
    return 1;
}
Reply
#4

thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)