#1

I made a /changename cmd.
It works overall, but i have a problem
About PPC Housing.

Actually, I'm using PPC Housing, now i need to know that how we can get the owner name change in .ini file of a house
so, it changes the owner name in .ini file to which we change our name, pleaz, tell me about it

I editted none in it, just take the PPC housing Filterscript, and tell me
Reply
#2

Post the /changename CMD
Reply
#3

pawn Код:
dini_Remove(path);
            dini_Remove(pFile);
            format(string,sizeof(string),"You've successfully changed your name into %s, Change your password again",inputtext);
            SendClientMessage(playerid,Yellow,string);
            SetPlayerName(playerid,inputtext);
            format(file,sizeof(file),"Business/%i.ini",cpid[playerid]);
            GetPlayerName(playerid,Name,sizeof(Name));
            dini_Set(file, "Owner",inputtext);
            SaveNameChanges(playerid);
            LoadAccount(playerid);
            new ename[MAX_PLAYER_NAME];
            GetPlayerName(playerid,ename,sizeof(ename));
            AHouseData[HouseID][Owner] = ename;
Reply
#4

Pleaze, reply RL Gaming.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)