04.08.2011, 19:06
I,have this error:
This code gives the error:
PHP код:
error 075: input line too long (after substitutions)
PHP код:
format(string, sizeof(string),"{00C0FF}%s(%d) {FFFFFF}- дсиаис щмк\n\n\r\r {00FF00}Level: {FF0000}%d {00FF00}Kills: {FF0000}%d {00FF00}Points: {FF0000}%d\n\n\r\r {00FF00}Health: {FF0000}%.1f {00FF00}Armour: {FF0000}%.1f {00FF00}Money: {FF0000}%d\n\n\r\r {00FF00}Game Time: %d:%d:%d",GetName(playerid),playerid,PlayerInfo[playerid][Level],PlayerInfo[playerid][Kills],PlayerInfo[playerid][Points],health,Armour,GetPlayerMoneyEx(playerid),GetPVarInt(playerid,"HoursPlayed"),GetPVarInt(playerid,"MinutesPlayed"),GetPVarInt(playerid,"SecondsPlayed"));
ShowPlayerDialog(playerid,11,DIALOG_STYLE_MSGBOX,"{7FFF00}Stats System:",string,"ъцевд йщрд","ца");