[AJUDA]Warning
#5

Mesmo Warning
pawn Код:
C:\Users\SEVEN\Desktop\Xande arquivos\gta SA\samp server\gamemodes\fortex.pwn(124) : warning 225: unreachable code
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.

E estou usando:

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(UserInfo[cLog][playerid] == 0)
    {
        TogglePlayerControllable(playerid, 0);
        return 1;
    }
    else
    {
        TogglePlayerControllable(playerid, 1);
        return 1;
    }
    SetPlayerPos(playerid,2243.6509,80.2690,26.7037);
    SetPlayerInterior(playerid,0);
    return 1;
}
Reply


Messages In This Thread
[AJUDA]Warning - by th3kill3r - 01.06.2011, 21:35
Re: [AJUDA]Warning - by DartakousLien - 01.06.2011, 21:45
Re: [AJUDA]Warning - by th3kill3r - 01.06.2011, 21:52
Re: [AJUDA]Warning - by DartakousLien - 01.06.2011, 22:00
Re: [AJUDA]Warning - by th3kill3r - 01.06.2011, 22:02
Re: [AJUDA]Warning - by DartakousLien - 01.06.2011, 22:06
Re: [AJUDA]Warning - by th3kill3r - 01.06.2011, 22:09
Re: [AJUDA]Warning - by DartakousLien - 01.06.2011, 22:13

Forum Jump:


Users browsing this thread: 1 Guest(s)