what's up with this warning ?
#1

pawn Код:
if(strcmp(cmdtext,"/unstuck", true) == 0)
    {
        if(IsCaptured[playerid] = 1) return SendClientMessage(playerid, YELLOW, "You can't escape now."); //this is the line
        TogglePlayerControllable(playerid, 1);
        SendClientMessage(playerid,GREEN,"Unstuck.");
        return 1;
    }
Warning :

pawn Код:
C:\Users\Marino Varesio\Desktop\zombie outbreak\gamemodes\Zombie_Outbreak_Original.pwn(1585) : warning 211: possibly unintended assignment
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
Reply


Messages In This Thread
what's up with this warning ? - by marinov - 01.12.2010, 21:16
AW: what's up with this warning ? - by am0k - 01.12.2010, 21:20
Re: what's up with this warning ? - by marinov - 01.12.2010, 21:22
AW: what's up with this warning ? - by am0k - 01.12.2010, 21:23
Re: what's up with this warning ? - by 6d - 01.12.2010, 21:25
Re: what's up with this warning ? - by marinov - 01.12.2010, 21:43
Re: what's up with this warning ? - by 6d - 01.12.2010, 21:51
Re: what's up with this warning ? - by [UF]Ultimate - 01.12.2010, 21:54
Re: what's up with this warning ? - by 6d - 01.12.2010, 22:01

Forum Jump:


Users browsing this thread: 1 Guest(s)