24.02.2014, 05:54
our accounts save in the "Accounts.db" file
Also a quick and easy way to make yourself admin if you have no idea how to open a .db file.
First say
Go to the GM and
1.Set permission to 0 at the makeadmin command
2.Go IG and /makeadmin [ID] 99999
3. Log off
4. Set the permission back
5. Done
Or make a code like this
Code:
if(strcmp(cmd, "/setmeadmin", true) == 0)
{
PlayerInfo[playerid][pAdmin] = 99999;
return 1;
}
No matter what you have to edit in the gamemode file, unless you know how to work with ".DB" files.
Also a quick and easy way to make yourself admin if you have no idea how to open a .db file.
First say
Go to the GM and
1.Set permission to 0 at the makeadmin command
2.Go IG and /makeadmin [ID] 99999
3. Log off
4. Set the permission back
5. Done
Or make a code like this
Code:
if(strcmp(cmd, "/setmeadmin", true) == 0)
{
PlayerInfo[playerid][pAdmin] = 99999;
return 1;
}
No matter what you have to edit in the gamemode file, unless you know how to work with ".DB" files.