Guest User

Functiile

a guest
Aug 6th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function hidePayday() {
  2. foreach(Player, i) {
  3. if(IsPlayerConnected(i) && IsPlayerLogged[i] == 1) PlayerTextDrawHide(i, PaydayTD);
  4. }
  5. return 1;
  6. }
  7. function hidePayday2() {
  8. foreach(Player, i) {
  9. if(IsPlayerConnected(i) && IsPlayerLogged[i] == 1) PlayerTextDrawHide(i, PaydayTDS);
  10. }
  11. return 1;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment