08.06.2016, 06:23
Дело в том что я попытался сделать систему гаражей на базе Sqlite потому что из за других скриптов мод не работает функционально.
Поэтому попытался сделать по своему но выдает ошибку, понять не могу.
Поэтому попытался сделать по своему но выдает ошибку, понять не могу.
Код HTML:
C:\Users\hillko\Desktop\ORIGINALgm.pwn(8181) : error 075: input line too long (after substitutions) C:\Users\hillko\Desktop\ORIGINALgm.pwn(8182) : error 017: undefined symbol "Mone" C:\Users\hillko\Desktop\ORIGINALgm.pwn(8183) : error 017: undefined symbol "y" C:\Users\hillko\Desktop\ORIGINALgm.pwn(8183) : error 029: invalid expression, assumed zero C:\Users\hillko\Desktop\ORIGINALgm.pwn(8183) : error 029: invalid expression, assumed zero C:\Users\hillko\Desktop\ORIGINALgm.pwn(8183) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors.
Код HTML:
8181 new str[256], str2[64]; 8182 format(str,256,"%f,%f,%f,%f,%f,%f,%s,%d,%d,%d,%d,%d,%d,%d,%s,%d,%d",GarageInfo[garage][gEntrancex],GarageInfo[garage][gEntrancey],GarageInfo[garage][gEntrancez],GarageInfo[garage][gExitx],GarageInfo[garage][gExity],GarageInfo[garage][gExitz],GarageInfo[garage][gOwner],GarageInfo[garage][gValue],GarageInfo[garage][gInt],GarageInfo[garage][gLock],GarageInfo[garage][gOwned],GarageInfo[garage][gRentabil],GarageInfo[garage][gDate],GarageInfo[garage][gVirtual],GarageInfo[garage][Name],GarageInfo[garage][Money], GarageInfo[garage][Uroven]); 8183 format(str2,60,"%i",garage);