Command Problems
#3

Quote:
Originally Posted by SILENT!
Посмотреть сообщение
Show us your GetName function.
So that could be the problem? i have searched around the script and I couldnt find it >.<!

EDIT: I have added it now and still not working:

pawn Код:
stock GetNames(playerid, ...)
{
  new names[64], pnames[MAX_PLAYER_NAME], num;
  for(new i; i<numargs(); i++)
  {
            if(IsPlayerConnected(getarg(i)))
        {
          num++;
          GetPlayerName(getarg(i), pnames, MAX_PLAYER_NAME);
          format(names, sizeof(names), "Number %d: [ID:%i] Name: %s",num,getarg(i),pnames);
          SendClientMessage(playerid,0xDA635CFF,names);
        }
            else continue;
  }
}
something like that Im 99% its totally wrong tho
Reply


Messages In This Thread
Command Problems - by Tachibana - 22.06.2011, 15:31
Re: Command Problems - by SILENT! - 22.06.2011, 15:34
Re: Command Problems - by Tachibana - 22.06.2011, 15:36
Re: Command Problems - by SILENT! - 22.06.2011, 15:50
Re: Command Problems - by Tachibana - 22.06.2011, 15:57
Re: Command Problems - by Tachibana - 23.06.2011, 01:42
Re: Command Problems - by PrawkC - 23.06.2011, 01:55
Re: Command Problems - by Tachibana - 23.06.2011, 02:01
Re: Command Problems - by Basicz - 23.06.2011, 02:43
Re: Command Problems - by Tachibana - 23.06.2011, 03:26

Forum Jump:


Users browsing this thread: 1 Guest(s)