01.01.2012, 16:18
Hello Bro's.Can anybody help my with house system?
I already did this :
And now i need to make :
-------------------------X----------------Y-----------------Z
Then make 3D text labels :
When buyable to write :
Price, Housenumber
When already bought (unbuyable) :
Owner name, House number, Rentprice-if player wants to rent for another player
Then make Rent system :
But how to do this?
Anybody can help?
I already did this :
pawn Код:
enum NamuSyS
{
Ownername[MAX_PLAYER_NAME],
RandomInterrior[8],
Price,
Rent,
Rentprice,
Buyable,
Unbuyable,
Housenumber,
Text3D:HouseLabel,
}
new NSys[MAX_PLAYERS][NamuSyS];
- When player buys a house he will get random interrior
House 1-- 3-- 235.508994-- 1189.169897-- 1080.339966
House 2-- 2-- 225.756989-- 1240.000000-- 1082.149902
House 3-- 1-- 223.043991-- 1289.259888-- 1082.199951
House 4-- 7-- 225.630997-- 1022.479980-- 1084.069946
House 5-- 15-- 295.138977-- 1474.469971-- 1080.519897
House 6-- 15-- 328.493988-- 1480.589966-- 1084.449951
-------------------------X----------------Y-----------------Z
Then make 3D text labels :
When buyable to write :
Price, Housenumber
When already bought (unbuyable) :
Owner name, House number, Rentprice-if player wants to rent for another player
Then make Rent system :
- Rent price - if player wants to rent hes house
But how to do this?
Anybody can help?