I cant login as admin
#4

My friend was having the same problem so I found a solution for him and I can share it with you also , so you are using United RP Gamemode , open the gamemode then CTRL + F (Find) search for
PHP код:
/makeadmin 
You will find something called
PHP код:
if(PlayerInfo[playerid][pAdmin] >= 99999 
So we will add simple thing to that code.

PHP код:
strcmp(sendername"Your Name"true) == 0//Write your name instead of Your Name. 
So our code will be

PHP код:
if(PlayerInfo[playerid][pAdmin] >= 99999 || strcmp(sendername"Your Name"true) == 0
You just have to replace Your Name with your Name IG
For example if your name is Denniser_BLABLA

So we our code will be like that :

PHP код:
if(PlayerInfo[playerid][pAdmin] >= 99999 || strcmp(sendername"Denniser_BLABLA"true) == 0
That's mean only Admin Level 99999 and the player with the name of Denniser_BLABLA can only use /makeadmin , you can make yourself admin then you can remove that function and make it only for admin level 99999 again.

Done
Reply


Messages In This Thread
I cant login as admin - by denniser8 - 22.09.2013, 10:21
Re: I cant login as admin - by MAFIAWARS - 22.09.2013, 10:29
Re: I cant login as admin - by DanishHaq - 22.09.2013, 11:08
Re: I cant login as admin - by Mark_Samp - 22.09.2013, 13:01
Re: I cant login as admin - by LeoBawler - 22.09.2013, 13:07

Forum Jump:


Users browsing this thread: 1 Guest(s)