TextDraw Information Message
#1

I made a nice TextDraw Information Message for the clothes store Binco so when a player enters it they will see the message:

Код:
	else if(PlayerToPointStripped(1, playerid,2244.3423,-1665.5542,15.4766, cx,cy,cz))
	{
		GameTextForPlayer(playerid, "~w~Binco", 5000, 1);
		TextDrawShowForPlayer(playerid,InformationTextDraw);
		SetPlayerInterior(playerid, 15);
		SetPlayerPos(playerid,207.7336,-108.6231,1005.1328);
		PlayerInfo[playerid][pInt] = 15;
You see the TextDrawShowForPlayer, that's working correctly but now I want to use TextDrawHideForPlayer when they exit it, where do I place this?
Reply
#2

---
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)