07.02.2013, 21:24
Hey guys I need help with this dialog response.
I get these 2 warnings.
Код:
case DIALOG_SEX:
{
if ( response )
{
PlayerInfo[playerid][pSex] == 1;
}
else
{
PlayerInfo[playerid][pSex] == 2;
}
return 1;
}
}
return 0;
}
}
Код:
C:\Users\Dantavious\Desktop\Scripting\Roleplay\Custom_script\gamemodes\A-RP.pwn(338) : warning 215: expression has no effect C:\Users\Dantavious\Desktop\Scripting\Roleplay\Custom_script\gamemodes\A-RP.pwn(342) : warning 215: expression has no effect Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings.


