Search Results
So I changed the house number to 90 from 131.. and I deleted a few vehicles from my PHP. still not working. (I only deleted them from my PHP gamemode not modified)
125
function LoadSVehicles() { new Cache: db = mysql_query (SQL, "SELECT * FROM `svehicles` ORDER BY `svehicles`.`vID` ASC"); new x, servervehs = 0, result[256]; for (new i, j = cache_get_row_count ()...
155
mysql_get_field("Exitx", result); HouseInfo[i][hExitx] = floatstr(result); LoadSVehicles();
155
My error: https://pastebin.com/GCkDLeWx LoadProperty Script: https://pastebin.com/qduXTh9L
155