03.12.2015, 10:37
Hi.
i have a problem with for()
see my code:
i have 1099 house in my server.
after run this code server just sold house id 0.
sorry for my bad english.
can anybody helps me?
i have a problem with for()
see my code:
Код:
for(new house = 0; house < 1100; house++) { HouseInfo[house][hHel] = 0; SaveVal(HouseInfo[house][hOwner], "pPhousekey", 9999); SaveValH(house, "hHel", 0); HouseInfo[house][hLock] = 1; SaveValH(house, "hLock", 1); HouseInfo[house][hOwned] = 0; SaveValH(house, "hOwned", 0); strmid(HouseInfo[house][hOwner], "The State", 0, strlen("The State"), 255); SaveStrH(house, "hOwner", "The State"); new playername[128]; GetPlayerName(playerid, playername, sizeof(playername)); format(string, sizeof(string), "House %d is for sell, You can use /findhouse %d to find it.",house,house); SendClientMessageToAll(-1,string); }
after run this code server just sold house id 0.
sorry for my bad english.
can anybody helps me?