Sscanf & MySQL help :D
#5

Do it like this:

PHP код:
new unused[5];
sscanf(savingstring,"p<|>iiiiiisiiiii",
        
unused[0],
        
unused[1],
        
unused[3],
        
Playerdata[playerid][Skin],
        
Playerdata[playerid][Adminlevel],
        
Playerdata[playerid][Vip],
        
Playerdata[playerid][Vipexp],
        
unused[4],
        
money,
        
Playerdata[playerid][Level],
        
Playerdata[playerid][Kill],
        
Playerdata[playerid][Death]); 
Reply


Messages In This Thread
Sscanf & MySQL help :D - by wouter0100 - 31.08.2011, 12:25
Re: Sscanf & MySQL help :D - by [MWR]Blood - 31.08.2011, 12:28
Re: Sscanf & MySQL help :D - by wouter0100 - 31.08.2011, 12:30
Re: Sscanf & MySQL help :D - by [MWR]Blood - 31.08.2011, 12:33
Re: Sscanf & MySQL help :D - by Sinner - 31.08.2011, 12:40
Re: Sscanf & MySQL help :D - by mprofitt - 31.08.2011, 12:47
Re: Sscanf & MySQL help :D - by wouter0100 - 31.08.2011, 12:59
Re: Sscanf & MySQL help :D - by wouter0100 - 31.08.2011, 13:03
Re: Sscanf & MySQL help :D - by mprofitt - 31.08.2011, 13:04
Re: Sscanf & MySQL help :D - by [MWR]Blood - 31.08.2011, 15:26

Forum Jump:


Users browsing this thread: 1 Guest(s)