tag mismatch +REP - 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: tag mismatch +REP (
/showthread.php?tid=598717)
tag mismatch +REP -
Lirbo - 16.01.2016
PHP код:
new Text:Textdraw1[MAX_PLAYERS];
Textdraw1[playerid] = CreatePlayerTextDraw(playerid,8.000000, 426.000000, "LV. 1");
getting tag mismatch. could anyone explain me why?
Re: tag mismatch +REP -
Mencent - 16.01.2016
Hello!
"Text:" => "PlayerText:"
Re: tag mismatch +REP -
Lirbo - 16.01.2016
Quote:
Originally Posted by Mencent
Hello!
"Text:" => "PlayerText:"
|
Hehe thenx brother hehe i knew it will be something stupid and simple
ya'got your rep!
Re: tag mismatch +REP -
GTLS - 16.01.2016
use
PHP код:
new PlayerText:Textdraw1[MAX_PLAYERS];
Text: is only for normal text while PlayerText is diffrent.