08.12.2014, 18:36
Oieeeeeeeeee, Tan tan tan tan, Hola Nela!, Tan tan tan tan tan tan, Sabe oque fazer com esse forum SA:MP cheio de usuarios? Ajuda eles! Tan tan tan tan Ajuda Eles! Tan Tan Tan Tan ajuda eles!
__________________________________________________ ____________________________________________
Depois dessa entrada triunfal (RIDICULA) eu peso ajuda a vocкs como vocкs sabem eu so meio Burrin! Em algumas coisas eu sei fazer outras nгo e to tendo uma dificuldade com dialog! Pareзe ate retardado ter dificuldade com dialog й dificil! '-'!!
Ela nгo apreзe de geito nenhum! Vocкs poderiam me ajudar? Eu uso ela em uma FS! Aki esta!
><><><><><><
Nem pergunte! Os comandos que tem no servidor pois ele vai ser de zuera! MT ZUERAAAAAA!!! '--' PFV Me ajudem! Quero abrir o servidor ja hoje! Vou add mais comandos uns 15 comandos ainda nas dialogs que ta faltando se puder me ajuda agradeзo! ~Senhor Torresmo Frito!
__________________________________________________ ____________________________________________
Depois dessa entrada triunfal (RIDICULA) eu peso ajuda a vocкs como vocкs sabem eu so meio Burrin! Em algumas coisas eu sei fazer outras nгo e to tendo uma dificuldade com dialog! Pareзe ate retardado ter dificuldade com dialog й dificil! '-'!!
Ela nгo apreзe de geito nenhum! Vocкs poderiam me ajudar? Eu uso ela em uma FS! Aki esta!
><><><><><><
pawn Код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp("/comandos", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid, 50010, DIALOG_STYLE_MSGBOX, "Comandos", "{FFFFFF}--------------------------\n/ps < Parkour Stunt 1\n/looptorres > O Loop criado pelo _ToRrEs\n/bike1 > O 1є Parkour de Bike!\n/armas > Armas Permitidas para usa-las!\n ---------------------------------------------------------\nServidor Em Fase de Construзao!\n ---------------------------------------------------------\n---------------------------------------------------------\nServer: BR (Portugues) - Internacional"
, "Avanзar", "Fechar");
return 1;
}
return 0;
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 50010)
{
if(response == 0)
{
}
if(response == 1)
{
ShowPlayerDialog(playerid, 50011, DIALOG_STYLE_MSGBOX, "Comandos", "{FFFFFF}--------------------------\n/god < Deixara o seu carro Indestrutivel й vocк tambem!\n/godoff > Vocк nгo sera mais indestrutivel! Й Seu carro tambйm!\n ---------------------------------------------------------\nServidor Em Fase de Construзao!\n ---------------------------------------------------------\n---------------------------------------------------------\nServer: BR (Portugues) - Internacional"
, "Avanзar", "Fechar");
}
return 1;
}
//
if(dialogid == 50011)
{
if(response == 0)
{
}
if(response == 1)
{
ShowPlayerDialog(playerid, 50012, DIALOG_STYLE_MSGBOX,
"Comandos", "{FFFFFF}--------------------------\n/ptv > Pegue uma TV antiga й leve ela para onde quizer!\n/t > Veja os Teleportes do Servidor!\n/pqp > Sigla de |Puta que Pariu|! Faz seu personagem ficar Maluзгo!!!!\n ---------------------------------------------------------\nServidor Em Fase de Construзao!\n ---------------------------------------------------------\n---------------------------------------------------------\nServer: BR (Portugues) - Internacional"
, "Avanзar", "Fechar");
}
return 1;
}
return 0;
}