Quote:
Originally Posted by xkirill
suggestion:
make a define for arrays which should be edited and matched with the gamemode's arrays,for example:
Code:
pInfo[playerid][pAdminLevel]
to:
Code:
#define ADMIN(%0) the_array_itself[%0][pAdminLevel]
if(ADMIN(playerid) == 5235) {
|
Thx for suggestion. Was useful for my other 4 servers.