warnings - 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: warnings (
/showthread.php?tid=634828)
warnings -
TracerX - 27.05.2017
removed
Re: warnings -
Deroxi - 27.05.2017
Warnings are nothing to worry about. This might give you more information:
https://sampwiki.blast.hk/wiki/Errors_Li...:_tag_mismatch
Re: warnings -
TracerX - 27.05.2017
I know they arent important to fix but I still need help fixing to learn
Re: warnings -
Whatname - 27.05.2017
show the warning lines
Re: warnings -
Banditul18 - 27.05.2017
Which line give you tag mismatch more precise?
PlayerData[playerid][e_caps] = 0; this one? If so , maybe the e_caps is defined like a bool but you are using it as integer , so maybe delete the tag or change the values from 0/1 to false/true.
And about loose indentation you need to indent your code properly
Re: warnings -
TracerX - 27.05.2017
removed
Re: warnings -
Whatname - 27.05.2017
i think this causes it: YHash(__GetName(player))