Best way to get a players text
#9

I know im doing something wrong:

pawn Код:
if(!strcmp(cmdtext, "/r", true))
  {
  if(!cmdtext[7])
  {
    for(new i; i < MAX_PLAYERS; i++) //playerids start at 0
        {
        //if(GetPlayerTeam == TEAM_COP)
        //{
      SendClientMessage(i, 0x222200FF, cmdtext[7]);
    }
}
    return 1;
}
SERVER: UNKNOWN COMMAND
Reply


Messages In This Thread
Best way to get a players text - by Torran - 20.02.2010, 17:27
Re: Best way to get a players text - by BlackFoX - 20.02.2010, 17:55
Re: Best way to get a players text - by Torran - 20.02.2010, 17:58
Re: Best way to get a players text - by BlackFoX - 20.02.2010, 18:04
Re: Best way to get a players text - by Torran - 20.02.2010, 18:09
Re: Best way to get a players text - by Torran - 21.02.2010, 14:42
Re: Best way to get a players text - by Rizard - 21.02.2010, 14:57
Re: Best way to get a players text - by Nero_3D - 21.02.2010, 15:16
Re: Best way to get a players text - by Torran - 21.02.2010, 15:27
Re: Best way to get a players text - by Rzzr - 21.02.2010, 15:33

Forum Jump:


Users browsing this thread: 1 Guest(s)