Sending one message instead of 2
#4

pawn Code:
GetPlayerName(playerid2, Pname, 24)
To
pawn Code:
GetPlayerName(playerid2, Pname, 24)
And

pawn Code:
for(new i; i<MAX_PLAYERS; i++)
    {
      if(IsPlayerConnected(i))
      {
        if(i != playerid) //Line 30019
        {
          ProxDetector(20.0, playerid, wstring,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5); // Line 30021
        }
    }
  }
Is meant to be in with the command.
Reply


Messages In This Thread
Sending one message instead of 2 - by Perker12345 - 11.01.2010, 09:42
Re: Sending one message instead of 2 - by [HiC]TheKiller - 11.01.2010, 10:08
Re: Sending one message instead of 2 - by Perker12345 - 11.01.2010, 10:53
Re: Sending one message instead of 2 - by [HiC]TheKiller - 11.01.2010, 10:59
Re: Sending one message instead of 2 - by Perker12345 - 11.01.2010, 12:00

Forum Jump:


Users browsing this thread: 1 Guest(s)