help me please
#1

I Have This Code
Код:
 PInfo[playerid][Level] = dini_Int(file,"Level");
		    if(PInfo[playerid][Level] == 5)
			{
				SCM(playerid, COLOR_GREEN, "Logged In As Admin Level 5");
			}
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
Reply
#2

printf("player(%i) has level: %i", playerid, PInfo[playerid][Level]);
Reply
#3

Quote:
Originally Posted by Meller
Посмотреть сообщение
printf("player(%i) has level: %i", playerid, PInfo[playerid][Level]);
Where Do I Have To Put it ?
Reply
#4

Before the if statement obviously.

And then check your console.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)