Guest User

Untitled

a guest
Jun 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.60 KB | None | 0 0
  1. case DIALOG_TARGA: {
  2.                 new targetid;
  3.                 if(sscanf(inputtext, playerVariables[targetid][pCarLicensePlate], targetid)) {
  4.                     SendClientMessage(playerid,COLOR_GREY, "Targa non riconosciuta. (Usa il numero della targa).");
  5.                 }
  6.                 else {
  7.                     GetPlayerName(targetid, szPlayerName, MAX_PLAYER_NAME);
  8.                     format(szMessage, sizeof(szMessage), "Targa: "EMBED_GREY"%s{FFFFFF} | Libretto di Circolazione: Proprietario "EMBED_GREY"%s", playerVariables[targetid][pCarLicensePlate], szPlayerName);
  9.                     SendClientMessage(playerid, COLOR_WHITE, szMessage);
  10.                     return 1;
  11.                 }
  12.                 return 1;
  13.             }
Add Comment
Please, Sign In to add comment