little help - 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: little help (
/showthread.php?tid=602986)
little help -
Mrcroissant - 16.03.2016
Hello
Thanks to help me a little
warning 213: tag mismatch:
unquart = GetPlayerCash(playerid)/0.25;
Re: little help -
AndySedeyn - 16.03.2016
Declare the variable 'unquart' as a float:
PHP код:
Float:unquart = GetPlayerCash(playerid)/0.25;