C:\samp03\gamemodes\BUL.pwn(20016) : error 035: argument type mismatch (argument 3) C:\samp03\gamemodes\BUL.pwn(20017) : error 035: argument type mismatch (argument 3) C:\samp03\gamemodes\BUL.pwn(20019) : error 035: argument type mismatch (argument 3)
new pt[700]; strcat(pt,"{FFFFFF}\n\n"); strcat(pt,"{FFFFFF} Nome: %s\n", GetPlayerNameRP(playerid)); strcat(pt,"{FFFFFF} Sexo: %s\n", atext); strcat(pt,"{FFFFFF} Idade: %d\n", PlayerInfo[playerid][pAge]); strcat(pt,"{FFFFFF} Cidade: %s\n\n", otext); strcat(pt,"{1EE1E1}Agora anбlise os dados e confirme a criaзгo do personagem.\n"); ShowPlayerDialog(playerid, 904, DIALOG_STYLE_MSGBOX, "Criando seu personagem", pt, "Confirmar", "");
strcat(pt,"{FFFFFF} Idade: %d\n", PlayerInfo[playerid][pAge]);
new line1[60],line2[60],line3[60],line4[60],line5[60],line6[80], string[255], aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname,sizeof(aname));
format(line1,sizeof(line1),"\n\n");
format(line2,sizeof(line2),"{FFFFFF} Nome: %s\n", aname);
format(line3,sizeof(line3),"{FFFFFF} Sexo: %s\n", atext);
format(line4,sizeof(line4),"{FFFFFF} Idade: %d\n", PlayerInfo[playerid][pAge]);
format(line5,sizeof(line5),"{FFFFFF} Cidade: %s\n\n", otext);
format(line6,sizeof(line6),"{1EE1E1}Agora anбlise os dados e confirme a criaзгo do personagem.\n", PlayerInfo[playerid][pAge]);
format(string,sizeof(string),"%s\n%s\n%s\n%s\n%s\n%s",line1,line2,line3,line4,line5,line6);
ShowPlayerDialog(playerid,904, DIALOG_STYLE_MSGBOX, "Criando seu Personagem",string, "Confirmar", "" );
atext otext
format(String, szieof(String), "Seu Texto\n", Valores); strcat(pt, String);
format(String, szieof(String), "Seu Texto\n", Valores); strcat(pt, String);
format(String, szieof(String), "Seu Texto", Valores); strcat(pt, String);
• Bom eu fiz este cуdigo abaixo pronto do jeito que vocк quer
Ajudei? + Rep PHP код:
Код:
atext otext |