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=559395)
Tag Mismatch -
S4MSUNG - 22.01.2015
Whats wrong in my code? It says in pawn "Warning: Tag Mismatch"
Код:
SetPlayerHealth(playerid, (var) ? (100) : Float:(0x7F800000));
I'm just confused, Thanks in advance
Re: Tag Mismatch -
Djole1337 - 22.01.2015
pawn Код:
SetPlayerHealth(playerid, (var) ? (100.0) : Float:(0x7F800000));
Re: Tag Mismatch -
S4MSUNG - 23.01.2015
Quote:
Originally Posted by Djole1337
pawn Код:
SetPlayerHealth(playerid, (var) ? (100.0) : Float:(0x7F800000));
|
It makes my samp crash