28.11.2011, 13:48
pawn Код:
if(PlayerInfo[playerid][pCarPontos] >= 21)
{
PlayerInfo[playerid][pCarPontos] == 0
PlayerInfo[playerid][pCarLic] == 0
format(str,sizeof(str), "[DETRAN] Vocк completou 21 pontos na sua habilitaзгo e a mesma foi caзada!");
SendClientMessage(playerid, COLOR_RED, str);
}
Код:
D:\Samp\test\gamemodes\rev_2.pwn(3833 -- 3834) : warning: 215: expression has no effect