Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function hidePayday() {
- foreach(Player, i) {
- if(IsPlayerConnected(i) && IsPlayerLogged[i] == 1) PlayerTextDrawHide(i, PaydayTD);
- }
- return 1;
- }
- function hidePayday2() {
- foreach(Player, i) {
- if(IsPlayerConnected(i) && IsPlayerLogged[i] == 1) PlayerTextDrawHide(i, PaydayTDS);
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment