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=501295)
Tag mismatch -
Lidor124 - 17.03.2014
What Tag mismtach on this line?
Код:
MoneyDistance[playerid] = ((vDistance/5) * 4);
How to fix that?
Код:
new Float: vDistance = GetVehicleDistanceFromPoint(vehicleid, HouseInfo[rand][hExteriorX], HouseInfo[rand][hExteriorY], HouseInfo[rand][hExteriorZ]);
if(vDistance >= 500) vDistance = 500;
MoneyDistance[playerid] = ((vDistance/5) * 4);