SetSkin problem
#3

Replace
pawn Код:
if(id >= 300 && id <= -1)
To
pawn Код:
if(id > 299 || id < 0)
It's impossible id to be more than 299 and less 0
Reply


Messages In This Thread
SetSkin problem - by ttloko2 - 28.01.2012, 14:11
Re: SetSkin problem - by Hoborific - 28.01.2012, 14:13
Re: SetSkin problem - by Konstantinos - 28.01.2012, 14:15
Re: SetSkin problem - by ttloko2 - 28.01.2012, 14:18
Re: SetSkin problem - by Konstantinos - 28.01.2012, 14:43

Forum Jump:


Users browsing this thread: 1 Guest(s)