01.12.2018, 14:24
Olб, tentei criar um rg em dialog, porque o meu era em chat, mais ele sу fica uma parte em dialog, a outra fica no chat, gostaria que arrumassem esse cуdigo pra mim.
Eles dгo erro no pawn vejam sу:
PHP код:
new RulesBox[2000];
new Strcat[700]
format(gstring, sizeof(gstring),"** RG de %s **",PlayerName(targetid));
format(RulesBox, sizeof(RulesBox),"%s\n%s\n",RulesBox);
strcat(Strcat, (Str));
format(RulesBox, sizeof(RulesBox), "%s\nNнvel:[%d] Idade:[%d] Sexo:[%s] Dinheiro:[R$%d] Banco:[R$%d] Ouros:[%d] Coins:[%d] Celular:[%d] ", level,PlayerInfo[targetid][pAge],atext, cash, Conta,PlayerInfo[targetid][pOuros],Casher, pnumber);
strcat(Strcat, (Str));
format(RulesBox, sizeof(RulesBox), "%s\nConta:[%s] Casado Com:[%s] Horas Jogadas:[%d] Emprego:[%s]", drank,married,PlayerInfo[targetid][pConnectTime],jtext);
strcat(Strcat, (Str));
format(RulesBox, sizeof(RulesBox), "%s\nCrimes Cometidos:[%d] Matou:[%d] Morreu:[%d] Loteria:[%d] Cidade:[Los Santos] Vida:[%.1f]", crimes,kills,deaths,lotto, shealth);
strcat(Strcat, (Str));
format(RulesBox, sizeof(RulesBox), "%s\nPrуximo Nнvel:[R$%d] Respeito:[%d/%d] Doenзas:[%s] Nнvel de Procura:[%d] Tempo Concessionбria [%d/20]",costlevel,exp,expquantidade,dtext, Wanted, choras);
strcat(Strcat, (Str));
format(RulesBox, sizeof(RulesBox), "%s\nMateriais:[%d] Safe Materiais:[%d] Organizaзгo:[%s] Cargo:[%s] Email:[%s]",mats,smats,NomeORG(targetid),GetPlayerCargo(targetid), PlayerInfo[targetid][pEmail]);
strcat(Strcat, (Str));
if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pAdminTemp] >= 1)
format(RulesBox, sizeof(RulesBox), "%s\nSementes:[%d] Maconha:[%d] Cocaina:[%d] Crack:[%d] Safe Maconha:[%d] Safe Cocaina:[%d] Safe Crack:[%d]",PlayerInfo[targetid][pSementes],Drogas,Drogas2,Drogas3,SafeDrogas,SafeDrogas2,SafeDrogas3);
strcat(Strcat, (Str));
if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pAdminTemp] >= 1)
format(RulesBox, sizeof(RulesBox), "%s\nExplosivos:[%d] Cigarros:[%d] Galгo de Gasolina:[%s] Isqueiro:[%s] Patins:[%s] Rбdio:[%s]",PlayerInfo[targetid][pExplosivos], PlayerInfo[targetid][pCigarros], galao, Isqueiro, ppatins, radiop);
strcat(Strcat, (Str));
if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pAdminTemp] >= 1)
{
format(gstring, sizeof(gstring), "Chave Casa: [%d] Chave Empresa: [%d] Chave Fazenda: [%d] Chave do Carro: [%d] Interior:[%d] Local:[%d]", housekey,bizkey,fazkey,HireCar[targetid],intir,local);
SendClientMessage(playerid, COLOR_RG,gstring);
format(gstring, sizeof(gstring), "Veнculo VIP(1): [%d] Veнculo VIP(2): [%d] Veнculo VIP(3): [%d] Veнculo VIP(4): [%d] Veнculo VIP(5): [%d]", carro,carro2,carro3,carro4,carro5);
SendClientMessage(playerid, COLOR_RG,gstring);
}
ShowPlayerDialog(playerid, DIALOG_INFO, DIALOG_STYLE_MSGBOX, "Documentos", RulesBox, "Fechar", "");
}
return true;
}
Eles dгo erro no pawn vejam sу:
Код:
error 017: undefined symbol "Str" expected token: ";", but found "-identifier-"