Advertisement
BlooDMasK

Untitled

Aug 29th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.94 KB | None | 0 0
  1. }else if(ConcessionariaInfo[id][cTipo] == 2){
  2.         if(Showing[playerid] == 1){
  3.         CancelSelectTextDraw(playerid);
  4.         Showing[playerid] = 0;
  5.         TextDrawCH(playerid);
  6.         }else{
  7.         new string2[250],string3[250];
  8.         SelectTextDraw(playerid, 0x00FF00FF);
  9.         Showing[playerid] = 1;
  10.         Veicolo[playerid] = 413;
  11.         SoldiV[playerid] = 100000;
  12.         ColoreV[playerid] = 1;
  13.         ColoreV2[playerid] = 1;
  14.         format(string2, sizeof(string2), "Modello: %d",Veicolo[playerid]);
  15.         TextDrawSetString(Textdraww2[playerid], string2);
  16.         format(string3, sizeof(string3), "%d$", SoldiV[playerid]);
  17.         TextDrawSetString(Textdraww8[playerid], string3);
  18.         TextDrawSetPreviewModel(Textdraww0[playerid], Veicolo[playerid]);
  19.         TextDrawSetPreviewModel(Textdraww1[playerid], Veicolo[playerid]);
  20.         TextDrawSetPreviewVehCol(Textdraww0[playerid], ColoreV[playerid], ColoreV2[playerid]);
  21.         TextDrawSetPreviewVehCol(Textdraww1[playerid], ColoreV[playerid], ColoreV2[playerid]);
  22.         TextDrawCS(playerid);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement