Where do i put this?
#4

pawn Код:
if(clickedid == PlayerText:Textdraw9)
No need to put PlayerText: while checking.

just do:
pawn Код:
if(clickedid == Textdraw9)
But those are player textdraws so you need to use https://sampwiki.blast.hk/wiki/OnPlayerClickPlayerTextDraw

Similarly for this
pawn Код:
TextDrawShowForPlayer(playerid, PlayerText:Textdraw9);
Those are player textdraws, so you are required to use PlayerTextDrawShow.
pawn Код:
PlayerTextDrawShow(playerid, Textdraw9);
https://sampwiki.blast.hk/wiki/PlayerTextDrawShow
Reply


Messages In This Thread
Where do i put this? - by Glossy42O - 12.04.2015, 05:03
Re: Where do i put this? - by De4dpOol - 12.04.2015, 05:33
Re: Where do i put this? - by Glossy42O - 12.04.2015, 06:12
Re: Where do i put this? - by Gammix - 12.04.2015, 06:28
Re: Where do i put this? - by Glossy42O - 12.04.2015, 06:45
Re: Where do i put this? - by Gammix - 12.04.2015, 07:06
Re: Where do i put this? - by Glossy42O - 12.04.2015, 07:56
Re: Where do i put this? - by Gammix - 13.04.2015, 08:19

Forum Jump:


Users browsing this thread: 1 Guest(s)