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(playerid, Bankaig, string);
Код:
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
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
|
Also
Код:
PlayerTextDrawSetString(playerid, Bankaig[playerid], string);