error
#6

Quote:
Originally Posted by RuNBoY
Посмотреть сообщение
This is the line : if ((SkinID < 0) || (SkinID > 299) || IsInvalidSkin(SkinID))
Well theres your problem...

You're not using the correct syntax....
PHP код:
if(IsInvalidSkin(skinID) || (SkinID || SkinID 299)) { 
Try that
Reply


Messages In This Thread
error - by RuNBoY - 26.06.2015, 12:43
Re: error - by RuNBoY - 26.06.2015, 12:49
Re: error - by Prokill911 - 26.06.2015, 12:50
Re: error - by RuNBoY - 26.06.2015, 12:54
Re: error - by Alex Magaсa - 26.06.2015, 12:54
Re: error - by Prokill911 - 26.06.2015, 12:55
Re: error - by RuNBoY - 26.06.2015, 12:58
Re: error - by Prokill911 - 26.06.2015, 12:59
Re: error - by RuNBoY - 26.06.2015, 13:02
Re: error - by Prokill911 - 26.06.2015, 13:10

Forum Jump:


Users browsing this thread: