Two roadblock objects spawned into eachother
#5

Quote:
Originally Posted by skaTim
Посмотреть сообщение
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-3.8000493752, y, z, 0.0, 0.0, a+180.0);
}
Maybe this?
How does the value you're returning changes the way of spawning?
This will give me a warning if i'm right.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)