Guest User

Untitled

a guest
Mar 11th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. TextDrawShowForPlayer(playerid, textdraw);
  2. TextDrawShowForPlayer(playerid, TEAMS_TD);
  3. TextDrawShowForPlayer(playerid, RANKS_TD);
  4. TextDrawShowForPlayer(playerid, KILLS_TD);
  5. TextDrawShowForPlayer(playerid, DEATHS_TD);
  6. TextDrawHideForPlayer(playerid, CountText[playerid]);
  7. TextDrawHideForPlayer(playerid, Welcome);
  8. TextDrawHideForPlayer(playerid, register1);
  9. TextDrawHideForPlayer(playerid, CountText[playerid]);
  10. TextDrawShowForPlayer(playerid, RANK[playerid]);
  11. TextDrawShowForPlayer(playerid, TEAM[playerid]);
  12. TextDrawShowForPlayer(playerid, KILLS[playerid]);
  13. TextDrawShowForPlayer(playerid, DEATHS[playerid]);
Advertisement
Add Comment
Please, Sign In to add comment