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.
PlayerInfo[playerid][pSex] = 1;
|
If you're trying to set that var to 1 that would be like
pawn Код:
|