Two roadblock objects spawned into eachother
#3

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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)