teleport cmd with SSCANF.
#1

What Wrong ??
Код:
COMMAND:admina(playerid, params[])
{
	if(!adminLevel(playerid, 3))
	{	return 0;
	
                     new message[128];  //line 95
		changeAlog(playerid, "Use /admina command.");   //line 96
		format(message, sizeof(message), "You have been teleported to Admins Area !!");
		SetPlayerPos(playerid,  295.82523, -1797.97803, 4.54306);
		Server(playerid, message);
	}
	return 1;
}
Erors:
Код:
C:\Documents and Settings\Administrateur\Bureau\CZ\pawno\include\cnr/admin.inc(95) : warning 225: unreachable code
C:\Documents and Settings\Administrateur\Bureau\CZ\pawno\include\cnr/admin.inc(95) : warning 217: loose indentation
C:\Documents and Settings\Administrateur\Bureau\CZ\pawno\include\cnr/admin.inc(96) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Warnings.
Reply


Messages In This Thread
teleport cmd with SSCANF. - by aymane123 - 01.01.2017, 11:40
Re: teleport cmd with SSCANF. - by RyderX - 01.01.2017, 11:59
Re: teleport cmd with SSCANF. - by Yaa - 01.01.2017, 12:03
Re: teleport cmd with SSCANF. - by aymane123 - 01.01.2017, 12:06
Re: teleport cmd with SSCANF. - by aymane123 - 01.01.2017, 12:08
Re: teleport cmd with SSCANF. - by RyderX - 01.01.2017, 12:10
Re: teleport cmd with SSCANF. - by iLearner - 01.01.2017, 12:13

Forum Jump:


Users browsing this thread: 1 Guest(s)