13.09.2010, 09:41
Код:
I:\PROGRA~1\SAMP03~1\GAMEMO~1\CoD.pwn(1702) : error 075: input line too long (after substitutions) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
new string[256]; new Float:health; GetPlayerHealth(playerid, health); new Float:armour; GetPlayerArmour(playerid, armour); format(string, sizeof(string), "Name: %s\nHealth: %0.00f\nArmor: %0.00f\nMoney: %i\nScore: %i\nKills: %i\nDeaths: %i\nM4A1 Skill: %i\nAK-47 Skill: %i\nDesert Eagle Skill: %i\nMP5 Skill: %i\n9mm Skill: %i\nSilenced 9mm Skill: %i\nSawn-Off Skill: %i\nCombat Shotgun Skill: %i\nMicro SMG Skill: %i\nSniper Rifle Skill: %i", GetName(playerid), health, armour, GetPlayerMoney(playerid), GetPlayerScore(playerid), GetPVarInt(playerid, "Kills"), GetPVarInt(playerid, "Deaths"), GetPVarInt(playerid, "M4Skill"), GetPVarInt(playerid, "AK47Skill"), GetPVarInt(playerid, "DeagleSkill"), GetPVarInt(playerid, "MP5Skill"), GetPVarInt(playerid, "PistolSkill"), GetPVarInt(playerid, "SilencedSkill"), GetPVarInt(playerid, "SawnSkill"), GetPVarInt(playerid, "CombatSkill"), GetPVarInt(playerid, "MicroSkill"), GetPVarInt(playerid, "SniperSkill")); ShowPlayerDialog(playerid, DIALOG_VIEWSTATS, DIALOG_STYLE_MSGBOX, "Account Management", string, "Ok", "Cancel");
![Cheesy](images/smilies/biggrin.png)