Question about loot spawns

purplish

Valued Member!
Staff member
I also have a question about loot spawn locations. Would the middle of the house represented by {x,y,z} so the center would be {0,0,0} and say the house is 4x4x4 meters and the floor is 0.3 meters up from the bottom of the house to where the player walks upon. And if I wanted the loot to be in the right corner facing the door way or front of house it would be around
{3.8 ,0.3 ,0.1}

And for female models just make them inherit a male skeleton ex

class Ru_soldier2{};

class femaleExample : Ru_soldier2 {
//code

model = "example";
//code
};
 
Back
Top