19.03.2011, 22:31
can somebody tell me whats this mean??
604 line is :
Код:
C:\Documents and Settings\xy\Desktop\SAMP\testing\newscripts\filterscripts\neon.pwn(604) : warning 211: possibly unintended assignment Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Код:
if(strcmp(cmdtext, "/kucagore", true) == 0)
{
if (pTeam[playerid] = TEAM_NINJA)
{
new string[128];
new movetime = MoveObject(glenh1, 1853.94000000,-1066.30000000,40.50000000,1.00000000);
format(string, sizeof(string), "Object will finish moving in %d milliseconds", movetime);
}
return 1;
}
Код:
if (pTeam[playerid] = TEAM_NINJA)

