07.01.2014, 11:40
yes use else this way;
pawn Код:
if(PlayerInfo[playerid][pTips] == 0)
{
//your stuff
}
else
{
//other stuff of yours
}