input line too long
#1

Код:
forward SaveAccount(playerid);
public SaveAccount(playerid)
{
	new rows;
	cache_get_row_count(rows);
	if(rows >= 1)
	{
	    new string[2048];
	    format(string, sizeof(string), "UPDATE `ptp` SET `Admin` = '%d', `Kills` = '%d', `Deaths` = '%d', `Ratio` = '%f' ,`HoursPlayed` = '%d', `MinutesPlayed` = '%d', `SecondsPlayed` = '%d', `Score` = '%d', `Cash` = '%d' WHERE `username` = '%s'", P_Account[playerid][Admin], P_Account[playerid][Kills], P_Account[playerid][Deaths], P_Account[playerid][Ratio], P_Account[playerid][HoursPlayed], P_Account[playerid][MinutesPlayed], P_Account[playerid][SecondsPlayed], P_Account[playerid][Score], P_Account[playerid][Cash]);
	    
	}
	return 1;
}
Reply


Messages In This Thread
input line too long - by XStormiest - 15.01.2017, 18:10
Re: input line too long - by Eoussama - 15.01.2017, 18:11
Re: input line too long - by BiosMarcel - 15.01.2017, 18:57
Re: input line too long - by GoldenLion - 15.01.2017, 19:01
Re: input line too long - by BiosMarcel - 15.01.2017, 19:14
Re: input line too long - by Vince - 15.01.2017, 19:16
Re: input line too long - by oMa37 - 15.01.2017, 21:00

Forum Jump:


Users browsing this thread: 1 Guest(s)