2 annoying warnings
#1

This line is giving me 2 really annoying warnings:
pawn Код:
if (PLAYERLIST_authed[playerid]==0){
It's giving these 2 warnings:
Код:
C:\Users\Joni\Desktop\TDM\filterscripts\saving.pwn(83) : warning 225: unreachable code
C:\Users\Joni\Desktop\TDM\filterscripts\saving.pwn(83) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Whole part of the script i'm adding:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  dcmd(login,5,cmdtext);
  dcmd(register,8,cmdtext);
  return 0;
 
    if (PLAYERLIST_authed[playerid]==0){
if (udb_Exists(PlayerName(playerid))){
SystemMsg(playerid,"You're not logged in yet.");
}

return 0;
}
    return 1;
}
dcmd's are all working fine, but under that all fucked -_- Tried everything. :/
Reply


Messages In This Thread
2 annoying warnings - by Da' J' - 09.02.2012, 21:59
Re: 2 annoying warnings - by Babul - 09.02.2012, 22:30
Re: 2 annoying warnings - by MP2 - 09.02.2012, 23:31

Forum Jump:


Users browsing this thread: 1 Guest(s)