TextDraw Does Not Appear
#2

Tho i have no idea what you are talking about; thats a small code optimization for your stock function:

Код:
stock AractanIndi(playerid)
{
	DususleriCek++;
	new
		pName[MAX_PLAYER_NAME],
		string[128]
	;
	GetPlayerName(playerid, pName, MAX_PLAYER_NAME);

	if (DususleriCek >= 1 && DususleriCek <= 33)
	{
		new 
			id = DususleriCek-1
		;

		format(string,sizeof(string),"~r~~h~%s",pName);
		TextDrawSetString(Dusus[id],string);
		TextDrawShowForAll(Dusus[id]);
	}
	return 1;
}
Reply


Messages In This Thread
TextDraw Does Not Appear - by sampkinq - 14.03.2015, 16:43
Re: TextDraw Does Not Appear - by Evocator - 14.03.2015, 17:11

Forum Jump:


Users browsing this thread: 1 Guest(s)