14.01.2018, 10:45
I Have This Code
This When I Login It's Check If player Admin lvl = 5 it will say Logged In As Admin Level 5
But its not doing that. ? why ?
Help please
Код:
PInfo[playerid][Level] = dini_Int(file,"Level"); if(PInfo[playerid][Level] == 5) { SCM(playerid, COLOR_GREEN, "Logged In As Admin Level 5"); }
But its not doing that. ? why ?
Help please