Chat problem - Need Help
#4

This is the code of the realchat ''says'' function:

Код:
	}
	if (realchat)
	{
	  if(gPlayerLogged[playerid] == 0)
	  {
	    return 0;
   	}
   	if(!IsPlayerInAnyVehicle(playerid) || IsABike(GetPlayerVehicleID(playerid)))
   	{
			format(string, sizeof(string), "%s says: %s", GetPlayerNameEx(playerid), text);
			ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
			TalkLog(string);
	   }
	}
	return 1;
}
Reply


Messages In This Thread
Chat problem - Need Help - by Dol - 12.04.2009, 11:42
Re: Chat problem - Need Help - by illay - 12.04.2009, 11:46
Re: Chat problem - Need Help - by illay - 12.04.2009, 11:49
Re: Chat problem - Need Help - by Dol - 12.04.2009, 11:56
Re: Chat problem - Need Help - by illay - 12.04.2009, 11:58
Re: Chat problem - Need Help - by illay - 12.04.2009, 12:00
Re: Chat problem - Need Help - by Dol - 12.04.2009, 12:18
Re: Chat problem - Need Help - by Dol - 12.04.2009, 17:54
Re: Chat problem - Need Help - by SpiderPork - 12.04.2009, 18:06

Forum Jump:


Users browsing this thread: 1 Guest(s)