What to add
#2

PHP Code:
stock LoadInventory(playerid

    new 
file[50], s[24]; 
    
GetPlayerName(playerid,s,24); 
    
format(file,sizeof(file),"Inventory/%s.sav",s); 
    for(new 
i11i++)format(s,sizeof(s),"Slot%d",i),PlayerInfo[playerid][Slot][i] = dini_Get(file,s); 
    return 
1

Reply


Messages In This Thread
What to add - by Ebisu - 23.07.2017, 15:48
Re: What to add - by CodeStyle175 - 23.07.2017, 16:29
Re: What to add - by Ebisu - 23.07.2017, 16:45
Re: What to add - by Ebisu - 24.07.2017, 09:30
Re: What to add - by Xeon™ - 24.07.2017, 09:33
Re: What to add - by skuller12 - 24.07.2017, 09:34
Re: What to add - by Ebisu - 24.07.2017, 10:14
Re: What to add - by Xeon™ - 24.07.2017, 10:47
Re: What to add - by Ebisu - 24.07.2017, 10:50

Forum Jump:


Users browsing this thread: 2 Guest(s)