Advertisement
Guest User

Untitled

a guest
Feb 7th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. (32337)if(hour == 0) {
  2. mysql_tquery(SQL,"UPDATE `users` SET `Billboard` = '0'","","");
  3. mysql_tquery(SQL,"UPDATE `Billboards` SET `blOwned`='0',`blOwner`='AdmBot',`blPhone`='0',`blMessage`='Your advertisment here!'", "", "");
  4. 32340 foreach(new i : BillboardsIter) {
  5. Billboard[i][blOwned] = 0;
  6. Billboard[i][blPhone] = 0;
  7. format(Billboard[i][blOwner],32,"AdmBot");
  8. format(Billboard[i][blMessage],32,"Your advertisment here!");
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement