[HELP] Random, MoveObject
#9

Код:
stock ResetFallenObjects()
{
       for(new i = 0; i < 100; i++)
       {
            new Float:x, Float:y, Float:z;
			GetObjectPos(i, x, y, z);
			ObjectFallen[i] = false;
			MoveObject(ObjectFallen[i],x ,y ,z+5 ,20 ,0,0,0);
       }
}
STILL DOES NOT WORK 0 ERROR
Reply


Messages In This Thread
[HELP] Random, MoveObject - by ThomasEvil - 07.01.2018, 00:46
Re: [HELP] Random, MoveObject - by JesterlJoker - 07.01.2018, 09:01
Re: [HELP] Random, MoveObject - by jop9888 - 07.01.2018, 09:33
Re: [HELP] Random, MoveObject - by ThomasEvil - 07.01.2018, 17:29
Re: [HELP] Random, MoveObject - by Lucases - 07.01.2018, 19:03
Re: [HELP] Random, MoveObject - by ThomasEvil - 08.01.2018, 18:34
Re: [HELP] Random, MoveObject - by ThomasEvil - 10.01.2018, 18:47
Re: [HELP] Random, MoveObject - by AlexMSK - 10.01.2018, 18:55
Re: [HELP] Random, MoveObject - by ThomasEvil - 10.01.2018, 19:41
Re: [HELP] Random, MoveObject - by ThomasEvil - 29.01.2018, 14:22

Forum Jump:


Users browsing this thread: 2 Guest(s)