01.12.2010, 21:16
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;
}
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.