[Help] Spread Objects Evenly (Math...)
#3

pawn Код:
for(new Float:x = -3000.0; x < 3000.0; x += 100.0) // x
{
    for(new Float:y = -3000.0; y < 3000.0; y += 100.0) //y
    {
        CreateDynamicObject(3279, x, y, zpos, 0, 0, 0);
    }
}
That's it, basically.
Reply


Messages In This Thread
[Help] Spread Objects Evenly (Math...) - by BloodMaster - 01.07.2013, 16:32
Re: [Help] Spread Objects Evenly (Math...) - by BloodMaster - 01.07.2013, 16:58
Re: [Help] Spread Objects Evenly (Math...) - by Vince - 01.07.2013, 17:23
Re: [Help] Spread Objects Evenly (Math...) - by BloodMaster - 01.07.2013, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)