Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. publics: LoadGangPeace()
  2. {
  3. new rows,fields;
  4. cache_get_data(rows,fields);
  5. if(!rows) return print("Информация о войне банд не найдена.");
  6.  
  7. new string[16];
  8.  
  9. cache_get_field_content(0, "gPeace", string), sscanf(string, "p<,>a<i>[5]",GangPeace[0]);
  10. cache_get_field_content(1, "gPeace", string), sscanf(string, "p<,>a<i>[5]",GangPeace[1]);
  11. cache_get_field_content(2, "gPeace", string), sscanf(string, "p<,>a<i>[5]",GangPeace[2]);
  12. cache_get_field_content(3, "gPeace", string), sscanf(string, "p<,>a<i>[5]",GangPeace[3]);
  13. cache_get_field_content(4, "gPeace", string), sscanf(string, "p<,>a<i>[5]",GangPeace[4]);
  14.  
  15. return print("- Информация о войне банд загружена.");
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement