14.01.2015, 13:57
pawn Код:
new cabecastring[128];
format(cabecastring, sizeof cabecastring,"%s \n HP: %.1f | AR: %.1f",PlayerName(i), GetPlayerHealth(i) , GetPlayerArmour(i) ); // warning 202: number of arguments does not match definition
SetPlayerChatBubble(i, cabecastring, COLOR_WHITE, 100.0, 10000);