24.08.2010, 21:26
Hay.
I am stuck on editting a house sytem
Functions: http://pastebin.com/phkXnfMX
public OnQueryFinish: http://pastebin.com/NEMWWXci
Commands: http://pastebin.com/bTrpQSxj
My idea is:
Create a green house pickup on every house,
create 3d text on every house, wich shows the house owner, and "Empty House"if the house is not owned
HouseData[..][Owned] = 0 -> When not owned
You can buy a house with /buyhouse
it changes 3dtext
changes HouseData[...][Owned] = 1 -> (so when owned)
Thanks,
I am stuck on editting a house sytem
Functions: http://pastebin.com/phkXnfMX
public OnQueryFinish: http://pastebin.com/NEMWWXci
Commands: http://pastebin.com/bTrpQSxj
My idea is:
Create a green house pickup on every house,
create 3d text on every house, wich shows the house owner, and "Empty House"if the house is not owned
HouseData[..][Owned] = 0 -> When not owned
You can buy a house with /buyhouse
it changes 3dtext
changes HouseData[...][Owned] = 1 -> (so when owned)
Thanks,