1 error
#1

Код:
D:\WORLD ATTACK\gamemodes\Test.pwn(736) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Код:
Its on dialog response.
		if(listitem == 4)
		SetPlayerSkin(playerid,4);
		GivePlayerMoney(playerid,-100);
		}
  		else
		{
  		  SendClientMessage(playerid,COLOR_RED,   "You didn't chosse any skin");
  		  }
		  return 1;
}
Reply
#2

Not an error, more of a warning, It means your code is messy. ALWAYS indent, that way you can find errors more easy: http://codegenerators.pl/indent
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)