04.08.2011, 12:24
pawn Код:
if(dialogid == NUMBRIM2RK)
{
new newcar = GetPlayerVehicleID(playerid);
if(strcmp(inputtext, CarInfo[newcar][cPlate]) == 0)
{
SendClientMessage(playerid,COLOR_WHITE,"Correct");
}
else
{
SendClientMessage(playerid, COLOR_YELLOW,"Incorrect");
}
return 1;
}