SA-MP Forums Archive
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=550176)



tag mismatch - BoU3A - 11.12.2014

PHP код:
pdata[playerid][Angle] = cache_get_field_content_float(0,"Angle",Mysql); 
PHP код:
warning 213tag mismatch 



Re: tag mismatch - PowerPC603 - 11.12.2014

Can you show your pdata enum?
Probably the Angle variable is an int instead of a float.