03.04.2018, 13:51
Tell me how to save the number of online fractions in ONE variable?
I do:
new onlinelspd = 0;
new onlinefbi = 0;
new onlinearmy = 0;
in the Authorization I check the player on the faction and add ++ to onlinelspd or onlinefbi for example
when I take out, I take it away;
how can I make it easier?
I do:
new onlinelspd = 0;
new onlinefbi = 0;
new onlinearmy = 0;
in the Authorization I check the player on the faction and add ++ to onlinelspd or onlinefbi for example
when I take out, I take it away;
how can I make it easier?