SA-MP Forums Archive
Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help (/showthread.php?tid=609348)



Help - Micko123 - 11.06.2016

PHP код:
PlayerTextDrawSetString(playeridBankaigstring); 
Код:
warning 213: tag mismatch
why is this??


Re: Help - biker122 - 11.06.2016

Make sure that you've defined the Text draw properly.
When using PlayerTextDraw, you have to create the var using
pawn Код:
new PlayerText:Bankaig



Re: Help - oMa37 - 11.06.2016

Quote:
Originally Posted by biker122
Посмотреть сообщение
Make sure that you've defined the Text draw properly.
When using PlayerTextDraw, you have to create the var using
pawn Код:
new PlayerText:Bankaig
Also
Код:
PlayerTextDrawSetString(playerid, Bankaig[playerid], string);