Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(dialogid == EventoDG)
- {
- if(response == 0)
- {
- SendClientMessage(playerid, COLOR_RED, "Oks, Obrigado!");
- TrazerTodos[playerid] = 0;
- }
- if(response == 1)
- {
- new plo, world;
- world = GetPlayerVirtualWorld(playerid);
- new tmpcar = GetPlayerVehicleID(playerid);
- if(PlayerInfo[playerid][pJailed] != 0)
- {
- SendClientMessage(playerid,COLOR_GREY," Você não pode usar esse comando da cadeia!");
- TrazerTodos[playerid] = 0;
- }
- SendClientMessage(playerid, COLOR_LIGHTRED, "Você foi teleportado pelo ADMIN, para participar do evento!");
- SetPlayerVirtualWorld(plo,world);
- RemovePlayerFromVehicle(tmpcar);
- SetVehicleToRespawn(GetPlayerVehicleID(playerid));
- >>>>>>>>>>> ResetPlayerWeaponsEx(playerid); <<<<<<<<<<<<<<<<<<<<< ;;;;;;;;;;;;;;;;;;;;;;;;; 3530
- SetPlayerPos(playerid, trazerx, trazery, trazerz);
- TrazerTodos[playerid] = 0;
- return 0; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3533
- }
- }
- // fim trazertodos evento
- if(dialogid == FAROL)
- {
- if(response == 1)
- {
- if(listitem == 0)
- {
- OnPlayerCommandText(playerid,"/farolon"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3546
- return 1; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3547
- }
- if(listitem == 1)
- {
- OnPlayerCommandText(playerid,"/faroloff"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3551
- return 1; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3552
- }
- }
- else if(response == 0)
- {
- return 0; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3557
- }
- return 0; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3559
- }
- if(dialogid == 642)
- {
- if(response == 0)
- {
- //OnPlayerCommandText(playerid,"");
- //ShowPlayerDialog(playerid, 642, DIALOG_STYLE_MSGBOX, "Convite", "Você foi convidado para uma organização\nDeseja entrar para a organização ?", "Sim", "Nao");
- }
- if(response == 1)
- {
- OnPlayerCommandText(playerid,"/aceitar convite"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3570
- ShowPlayerDialog(playerid, 643, DIALOG_STYLE_MSGBOX, "Escolha Sua Skin", "{0FF768}Proximo: {F7D40F}Para trocar sua skin.\n{0FF768}Confirmar: {F7D40F}Para confirmar sua skin.", "Confirmar", "Próximo");
- }
- return 1; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3573
- }
- if(dialogid == 643)
- {
- if(response == 0)
- {
- OnPlayerText(playerid,"proximo"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3579
- ShowPlayerDialog(playerid, 643, DIALOG_STYLE_MSGBOX, "Escolha Sua Skin", "{0FF768}Proximo: {F7D40F}Para trocar sua skin.\n{0FF768}Confirmar: {F7D40F}Para confirmar sua skin.", "Confirmar", "Próximo");
- }
- if(response == 1)
- {
- OnPlayerText(playerid,"Confirma"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3584
- }
- return 1; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3586
- }
- if(dialogid == DIALOG_ANUNCIO)
- {
- if(response == 0)
- {
- PlayerPlaySound(playerid,1057,0.0,0.0,0.0);
- return 1; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3593
- }
- if(response == 1)
- {
- PlayerPlaySound(playerid,1057,0.0,0.0,0.0);
- if(listitem >= 0 && listitem <= 10)
- {
- if(listitem == 0)
- {
- OnPlayerCommandText(playerid,"/an_2_input 56"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3602
- }
- if(listitem == 1)
- {
- OnPlayerCommandText(playerid,"/an_2_input 1"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3606
- }
- if(listitem == 2)
- {
- OnPlayerCommandText(playerid,"/an_2_input 111"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3610
- }
- if(listitem == 3)
- {
- OnPlayerCommandText(playerid,"/an_2_input 31"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3614
- }
- if(listitem == 4)
- {
- OnPlayerCommandText(playerid,"/an_2_input 112"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3618
- }
- if(listitem == 5)
- {
- OnPlayerCommandText(playerid,"/an_2_input 113"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3622
- }
- if(listitem == 6)
- {
- OnPlayerCommandText(playerid,"/an_2_input 114"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3626
- }
- if(listitem == 7)
- {
- OnPlayerCommandText(playerid,"/an_2_input 115"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3630
- }
- if(listitem == 8)
- {
- OnPlayerCommandText(playerid,"/an_2_input 116"); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3634
- }
- if(listitem == 9)
- {
- OnPlayerCommandText(playerid,"/an_2_input 117");
- }
- if(listitem == 10)
- {
- OnPlayerCommandText(playerid,"/an_2_input 118");
- }
- return 1;
- }
- else
- {
- OnPlayerCommandText(playerid,"/an_2_input 119");
- return 1;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment