Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.25 KB | None | 0 0
  1. // jogar o código abaixo na public OnViewFicha:
  2.  
  3.     static dl;
  4.    
  5.     dl = cache_get_field_int(i, "DL");
  6.  
  7.     switch (dl)
  8.     {
  9.         case 0: { dl = "Não";}
  10.         case 1: { dl = "Sim";}
  11.     }
  12.  
  13. // Add: Driver License: %s  - no dialog e chamar o "dl":
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement