warning 225: unreachable code
#1

PHP код:
public OnPlayerConnect(playerid)
{
    {
        return 
SetTimerEx("OnPlayerJoin"0001false"i"playerid);
    }
    
goton[playerid]=0;
     return 
1;

PHP код:
C:\Users\BIBIX\Desktop\cns.pwn(229) : warning 225unreachable code
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Warning

What is the problem?
Reply
#2

PHP код:
public OnPlayerConnect(playerid


    
SetTimerEx("OnPlayerJoin"0001false"i"playerid); 
    
goton[playerid]=0
    return 
1

Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)