Not record mhini
#1

Help fix code
recording only when the player is offline and that should be written when the game and offline

PHP код:
if(PlayerInfo[i][pLevel] == && PlayerInfo[i][pExp] == 1)
            {
    
GetPlayerName(isendernamesizeof(sendername));
                
format(stringsizeof(string), "%s.ini",sendername);
                new 
file ini_openFile(string);
                if(
file 0) print("no file");
                else
                {
                    
ini_getString(file"pDrug",string);
                    
format(stringsizeof(string), "%s.ini",string);
                        new 
file2 ini_openFile(string);
                        if(!
file2)
                        {
                    
ini_setInteger(file2"FriendMoney",100000);
                    
ini_setInteger(file2"Text2",3);
                    
ini_closeFile(file2);
                    
ini_closeFile(file);
                    
SendClientMessage(iCOLOR_ORANGE"1");
                    }
                }
            } 
Reply
#2

More explanation would be welcome.
I don't have a clue what this code is supposed to do if you're not going to explain me.
Reply
#3

Quote:
Originally Posted by milanosie
Посмотреть сообщение
More explanation would be welcome.
I don't have a clue what this code is supposed to do if you're not going to explain me.
I make the referral system, and when the player was invited shakes Level 3 is given to who invited variable text 3
But the variable is only given when the person is offline
Reply
#4

help
Reply
#5

help me
Reply
#6

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)