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=600389)



Tag mismatch - Bruker - 07.02.2016

Line:
Код HTML:
GiveMoney(playerid, (((KMVeh[Veh[i][ServerID]]/1000) + 1) * 100));
Error:
Код HTML:
warning 213: tag mismatch



Re: Tag mismatch - AbyssMorgan - 07.02.2016

hmm
PHP код:
GiveMoney(playeridfloatround(((KMVeh[Veh[i][ServerID]]/1000.0) + 1) * 100.0)); 



Re: Tag mismatch - Joron - 07.02.2016

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
hmm
PHP код:
GiveMoney(playeridfloatround(((KMVeh[Veh[i][ServerID]]/1000.0) + 1) * 100.0)); 
Oh yeah,and its not a Error its a Warning
https://sampwiki.blast.hk/wiki/Errors_List


Re: Tag mismatch - Bruker - 07.02.2016

Thank you!