Looping Error
#1

I am getting this strange error while looping through player textdraws;
pawn Код:
for(new weapon = 0, weapon < 30, weapon++) //Error lines
    {
        PlayerTextDrawShow(playerid, TDEditor_PTD[playerid][weapon]);
    }
Код:
G:\San Andreas Multiplayer\Other works\filterscripts\WeaponShopTextBased.pwn(863) : error 021: symbol already defined: "weapon"
G:\San Andreas Multiplayer\Other works\filterscripts\WeaponShopTextBased.pwn(863) : warning 204: symbol is assigned a value that is never used: "weapon"
Reply


Messages In This Thread
Looping Error - by LivingLikeYouDo - 29.12.2014, 14:05
Re: Looping Error - by AndySedeyn - 29.12.2014, 14:07
Re: Looping Error - by LivingLikeYouDo - 29.12.2014, 14:13
Re: Looping Error - by AndySedeyn - 29.12.2014, 14:13
Re: Looping Error - by LivingLikeYouDo - 29.12.2014, 14:17
Re: Looping Error - by AndySedeyn - 29.12.2014, 14:18
Re: Looping Error - by LivingLikeYouDo - 29.12.2014, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)