Guest User

Untitled

a guest
Dec 7th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. #include <a_samp>
  2.  
  3.  
  4. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(119) : warning 213: tag mismatch
  5. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(120) : warning 213: tag mismatch
  6. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(121) : warning 213: tag mismatch
  7. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(122) : warning 213: tag mismatch
  8. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(123) : warning 213: tag mismatch
  9. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(124) : warning 213: tag mismatch
  10. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(125) : warning 213: tag mismatch
  11. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(126) : warning 213: tag mismatch
  12. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(166) : warning 213: tag mismatch
  13. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(185) : warning 213: tag mismatch
  14. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(194) : warning 213: tag mismatch
  15. C:\Documents and Settings\All Users\Documentos\Brasil Vida de Cargas [0.3z]\Transportando o Samp\Brasil Real Trucker\filterscripts\textdraw.pwn(231) : warning 213: tag mismatch
  16. Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
  17.  
  18.  
  19. 12 Warnings.
  20.  
  21.  
  22. //codigos
  23. ScoreTextDraw[playerid] = TextDrawCreate(498.000000, 142.000000, " ");
  24. TextDrawBackgroundColor(ScoreTextDraw[playerid], 255);
  25. TextDrawFont(ScoreTextDraw[playerid], 2);
  26. TextDrawLetterSize(ScoreTextDraw[playerid], 0.270000, 2.200000);
  27. TextDrawColor(ScoreTextDraw[playerid], -1);
  28. TextDrawSetOutline(ScoreTextDraw[playerid], 1);
  29. TextDrawSetProportional(ScoreTextDraw[playerid], 1);
  30. TextDrawSetShadow(ScoreTextDraw[playerid], 1);
  31.  
  32. TextDrawHideForPlayer(playerid, ScoreTextDraw[playerid]);
  33. TextDrawShowForPlayer(playerid, ScoreTextDraw[playerid]);
  34. TextDrawHideForPlayer(playerid, ScoreTextDraw[playerid]);
  35. TextDrawSetString(ScoreTextDraw[i], STR);
Advertisement
Add Comment
Please, Sign In to add comment