22.06.2012, 00:44
is this one good??
pawn Код:
new string[56];
if(PlayerInfo[playerid][pPcarkey] != -1) && (PlayerInfo[playerid][pPcarkey2] != -1) && (PlayerInfo[playerid][pPcarkey3] != -1)
{
format(string,sizeof(string),"Vehicul inregistrat pe numele: %s",CarInfo[vehicleid][cOwner]);
SendClientMessage(playerid, COLOR_BLUE, string);
}