Item system help
#2

If it creates 100 items in the same spot, then you need to break the loop once it creates the first item.

Simply put
pawn Код:
break;
After you create the object.

So:
pawn Код:
DropObject[i] = CreateObject(model, X, Y, Z, RX, RY, RZ, world);
break;
Reply


Messages In This Thread
Item system help - by DTV - 20.04.2015, 16:08
Re: Item system help - by EiresJason - 20.04.2015, 16:10
Re: Item system help - by Fel486 - 20.04.2015, 16:12
Re: Item system help - by DTV - 20.04.2015, 16:16
Re: Item system help - by Pottus - 20.04.2015, 16:29
Re: Item system help - by DTV - 20.04.2015, 23:29

Forum Jump:


Users browsing this thread: 2 Guest(s)