Guest User

Untitled

a guest
Jul 14th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. dje je define
  2. new onlinepl, rekordigraca, Text:OnlineRecord;
  3. dje je create
  4. DosadasnjiRekord();
  5. onlinepl=Konektovano();
  6.  
  7. OnlineRecord = TextDrawCreate(530.333007, 402.785308, "Online:~w~100 Rekord:~w~100");
  8. TextDrawLetterSize(OnlineRecord, 0.294333, 1.351111);
  9. TextDrawAlignment(OnlineRecord, 1);
  10. TextDrawColor(OnlineRecord, 16711935);
  11. TextDrawSetShadow(OnlineRecord, 0);
  12. TextDrawSetOutline(OnlineRecord, 1);
  13. TextDrawBackgroundColor(OnlineRecord, 51);
  14. TextDrawFont(OnlineRecord, 3);
  15. TextDrawSetProportional(OnlineRecord, 1);
  16. dje sam stavio show
  17. TextDrawShowForPlayer(playerid, OnlineRecord);
  18. dje je string
  19. new string1[512];
  20. format(string1, 512, "~g~Rekord:~w~%d ~g~Online:~w~%d", rekordigraca, Konektovano());
  21. TextDrawSetString(OnlineRecord, string1);
  22. TextDrawShowForPlayer(playerid, OnlineRecord);
Advertisement
Add Comment
Please, Sign In to add comment