Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1.     for(new i = 1, f; i <= rows; f++, i++)
  2.    {   
  3.     orm_addvar_int(ormid, ClanInfo[i][cID], "ID");
  4.     orm_addvar_string(ormid, ClanInfo[ClanInfo[ClanInfo[i][cID]][cID]][cName], 16, "name");
  5.     orm_addvar_int(ormid, ClanInfo[ClanInfo[i][cID]][cScore], "Score");
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement