Quote:
Originally Posted by skaTim
If you want 2 roadblocks into eachother you can simply do this:
pawn Код:
stock CreateRoadblock(Float:x, Float:y, Float:z, Float:a) { CreateDynamicObject(981, x, y, z, 0.0, 0.0, a+180.0); CreateDynamicObject(981, x, y, z, 0.0, 0.0, a+180.0); }
|
I'm sorry for my weird way of explaining this, but I want to spawn in in such a way the one roadblock is covering the holes of the other one.