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.