[Gajos] House Script [v1.0]Gajos BANNED Offline 14.04.13 06:14:22 pm Author: Gajos Version: 1.0 Add houses to the map on your server. House only for one player. House is automatically sold when a player comes out of the server. !help !sell house 1.0 First release. 1.1 Adding a co-owner of the house. Go to the Map Editor and and check a x and y positions house's door Open the config file and write in h.func.AddHouse(x,y) Save the file edited 17×, last 05.12.13 10:45:34 pm Approved by Infinite Rain (04.12.15 01:52 pm) Download 2 kb, 777 Downloads
Avo User Offline 15.04.13 08:41:02 pm Here + Gajos has writtentill 13.04.13: Gajos PL Gajoses everywhere. I hope Gajosik is Gajos's brother or something. I like it!
Gajosik BANNED Offline 15.04.13 08:29:42 pm Cool! Now I can add a house only for one player I like it!
Avo User Offline 15.04.13 05:40:16 pm He uses it, because he's lazy. He would do it in some other way like: 123456Houses = {} function blablabla() 	local h = Houses 	--some code 	Houses = h end I use this method when in script there are tables with long names. I like it!
mafia_man User Offline 15.04.13 04:18:02 pm You shouldn't use h as global, because it may be already used in other scripts. Use something longer instead.