[PEDIDO]Dialog,Por favor,LEIAM! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [PEDIDO]Dialog,Por favor,LEIAM! (
/showthread.php?tid=167947)
[PEDIDO]Dialog,Por favor,LEIAM! -
roginho_97 - 14.08.2010
Estou locamente a procura de pessoas que facam isso a mim,lembre-se,eu jamais irei te esqiecer =D
Код:
Vocк e Mulher Homem ? "Homem "Mulher "
//---------------------- ------------------------- Homem -------
*
-> funcao diбlogo botao Homem
if((strcmp("homem", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("Homem")))
{
PlayerInfo[playerid][pSex] = 1;
SetPlayerSkin(playerid, 23);
PlayerInfo[playerid][pModel] = 23;
SendClientMessage(playerid, COLOR_YELLOW, "Ok, Voce e macho!.");
RegistrationStep[playerid] = 2;
return 0;
-------------------- Mulher //=========================== ----------------------------
Botao diбlogo Mulher
else if((strcmp("mulher", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("Mulher")))
{
PlayerInfo[playerid][pSex] = 2;
SetPlayerSkin(playerid, 226);
PlayerInfo[playerid][pModel] = 226;
SendClientMessage(playerid, COLOR_YELLOW2, "Ok, Voce e mulher");
SendClientMessage(playerid, COLOR_LIGHTRED, "Onde serб a cidade que ira interagir?Los Santos ou San Fierro?(DIGITE)");
RegistrationStep[playerid] = 2;
return 0;
}
* A 2 Є Etapa sйria :
Код:
Em que Cidade Interagir deseja ? " Los Santos "San Fierro "
E ai:
Funcao San Fierro :
if((strcmp("San Fierro", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("san fierro")))
{
PlayerInfo[playerid][pOrigem] = 1;
SendClientMessage(playerid, COLOR_YELLOW2, "Ok, Vocк interagira em San Fierro.");
SendClientMessage(playerid, COLOR_YELLOW, "Poderб mudar a cidade na Prefeitura!");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Obrigado pelas respostas !, Siga o tutorial");
RegistrationStep[playerid] = 0;
TutTime[playerid] = 1;
return 0;
}
Funcao Los Santos
else if((strcmp("Los Santos", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("los santos")))
{
PlayerInfo[playerid][pOrigem] = 2;
SendClientMessage(playerid, COLOR_YELLOW2, "Ok, vocк interagira em Los Santos.");
SendClientMessage(playerid, COLOR_YELLOW, "Podera mudar a cidade na Prefeitura!");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Obrigado pelas respostas !, Siga o tutorial");
RegistrationStep[playerid] = 0;
TutTime[playerid] = 1;
return 0;
}
Pela mor de deus , me ajudem plix !
Ja com tentei Geradores nenhuma mer.cadoria mas!
Re: [PEDIDO]Dialog,Por favor,LEIAM! -
Canabis - 15.08.2010
https://sampforum.blast.hk/showthread.php?tid=159525