02.06.2009, 08:38
So... i just copied a line with a house from property.cfg and added downwards still on property.cfg ! I replaced the first 3 coordonates with my coordonates so :
And this is the copyed and replaced house :
And this is my coordonates with the /save command :
AddPlayerClass(264,1242.7012,-1099.2864,27.9766,92.7475,0,0,0,0,0,0); (i took the first 3 coordonates and replaced look on those 2 houses )
OK ... Now i save the property.cfg and went into the gamemode and replaced this line !
I didnt add any house car cause idk how !
So here are my problems :
1: The house doesnt appear on the game ! when i go to it its empty space no icon
2: What coordonates must i put on interior ? cause idk what coordonates i must put ... where to take them ?!
Help me if you can please !
pawn Код:
This is the actual house : -2514.503906,830.932861,49.995613,2464.100097,-1698.599975,1013.500000,0,0,0,0,0,0,GOD,3 Room Bungalow,150000,0,0,2,1,0,1,2000,0,40,516,-1,-1,364,5,5
pawn Код:
1242.7012,-1099.2864,27.9766,-42.400001,1408.199951,1084.400024,0,0,0,0,0,0,GOD,3 Room Bungalow,150000,0,0,8,1,0,1,1,1,17,516,-1,-1,45,5,4
AddPlayerClass(264,1242.7012,-1099.2864,27.9766,92.7475,0,0,0,0,0,0); (i took the first 3 coordonates and replaced look on those 2 houses )
OK ... Now i save the property.cfg and went into the gamemode and replaced this line !
pawn Код:
Non-replaced line : new HouseInfo[150][hInfo];
pawn Код:
Replaced line : new HouseInfo[151][hInfo];
So here are my problems :
1: The house doesnt appear on the game ! when i go to it its empty space no icon
2: What coordonates must i put on interior ? cause idk what coordonates i must put ... where to take them ?!
Help me if you can please !