tag mismatch - 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 (
/showthread.php?tid=664556)
tag mismatch -
Kevinas100 - 03.03.2019
PHP код:
new txt[150];
format(txt, sizeof(txt), "Bankomate yra: $ %i", Banko0);
Gives me a warning tag mismatch , but I don't know what's the problem, Banko0 isn't a boolean
-EDIT-
Nevermind, it was in an enum and I forgot to add the enum start
Re: tag mismatch -
Yukie - 04.03.2019
You should use string
Re: tag mismatch -
Deadpoop - 04.03.2019
Quote:
Originally Posted by Yukie
You should use string
|
Thats just the variable name changing it to string wouldn't fix the problem