Skins
#10

Just using "for" doesnt make any sense.
So you've to define variables also using "new"
pawn Код:
for(i = 0;i<=299;++i)//Here "i" isnt defined.
//So,we've to define i variable also.
for(new i = 0;i<=299;++i)//Here its defined because we've used "new".
Reply


Messages In This Thread
Skins - by [M.A]Angel[M.A] - 23.08.2012, 17:50
Re: Skins - by Roko_foko - 23.08.2012, 17:52
Re : Re: Skins - by [M.A]Angel[M.A] - 23.08.2012, 17:53
Re: Re : Re: Skins - by Roko_foko - 23.08.2012, 17:55
Re: Skins - by preda98 - 23.08.2012, 17:56
Re: Skins - by RedJohn - 23.08.2012, 18:00
Re : Re: Skins - by [M.A]Angel[M.A] - 23.08.2012, 18:02
Re: Re : Re: Skins - by RedJohn - 23.08.2012, 18:03
Re: Skins - by RedJohn - 23.08.2012, 18:05
Re: Skins - by Lordzy - 23.08.2012, 18:06

Forum Jump:


Users browsing this thread: 3 Guest(s)