11.03.2018, 17:28
PHP код:
strcat(gString, "{8585C2}Nickname\t{8585C2}Points\t{8585C2}Kills",sizeof(gString));
strcat(gString, "\n%s{ff99cc}%s {ffffff}(%d) (%d)\n", gString, get_name, get_respect, get_kills);
}
ShowPlayerDialog(playerid, DIALOG_TOP, DIALOG_STYLE_TABLIST_HEADERS, "{0080FF}Top 10 LS:DM players", gString, "Ok", "");
Код:
C:\Users\Wallen\Desktop\LS DM\gamemodes\DBv1.pwn(3979) : error 035: argument type mismatch (argument 3) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
PHP код:
strcat(gString, "\n%s{ff99cc}%s {ffffff}(%d) (%d)\n", gString, get_name, get_respect, get_kills);