About the TextDraw System when near to target.
#3

Код:
new infoicon;
Код:
infoicon = CreatePickup(1239, 1, 2316.6211, -12.5674, 26.7422, -1);
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
		if(pickupid == infoicon)
		{
		GameTextForPlayer(playerid, "~h~~b~ Type /Enter", 3000, 3);
		return 0;
		}
	return 1;
}
Maybe this will help you.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)