[AJUDA]Diag Box
#1

eu queria um teleporte assim o:

CT- Contra Terrorista
TR- Terrorista

Ok -- Voltar

ai quando vc clica em CT- Contra Terrorista voce vai para um lugar do teleporte e quando clica em TR- Terrorista voce vai para outro lugar, tem como me ajudar nessa? +rep ^^


e um cmd de /Ir tambem se nao for encomodo ^^
Reply
#2

Amigo estude
vocк quer que eu prepare a papinha?
> Escola do Wiki Matriculas Abertas clique <
Reply
#3

Quote:
Originally Posted by ViictorDaay-
Посмотреть сообщение
Amigo estude
vocк quer que eu prepare a papinha?
> Escola do Wiki Matriculas Abertas clique <
nn e pra teleporte '-'
Reply
#4

Topo:
pawn Код:
#define CMDS  A       // onde ta a coloque um numero que nao esteja em uso.

Comando:
pawn Код:
ShowPlayerDialog(playerid,CMDS,DIALOG_STYLE_LIST,"Titulo","1 Opзгo\n2 Opзгo\n3 opзгo","Escolher", "Sair");

OnDialogResponse.
pawn Код:
if(dialogid == CMDS)
{
if(response)
{
if(listitem == 0)
{
// aqui comandos do primeira opзгo
}
if(listitem == 1)
{
 // 2 opзгo
}
if(listitem == 2) // Item
{
// 3 opcao
}
}
return 1;
}
Reply
#5

Se me mandar as cordenadas eu posso ate fazer.
Reply
#6

Quote:
Originally Posted by BreakDriFT
Посмотреть сообщение
Topo:
pawn Код:
#define CMDS  A       // onde ta a coloque um numero que nao esteja em uso.

pawn Код:
if(dialogid == CMDS)
{
if(response)
{
if(listitem == 0)
{
// aqui comandos do primeira opзгo
}
if(listitem == 1)
{
 // 2 opзгo
}
if(listitem == 2) // Item
{
// 3 opcao
}
}
return 1;
}
Falto o Comando Manolo. IRAIRA


Topic -
pawn Код:
// Topo
#define Versos 316

// OnPlayerCommandText
    if (strcmp(cmdtext, "/ir", true)==0)
    {
    ShowPlayerDialog(playerid, Versos , DIALOG_STYLE_LIST, "Escolha seu Time", "CT- Contra Terrorista\nTR- Terrorista","OK","VOLTAR");
     return 1;
     }

// OnDialogResponse
    // Times DM
     if(dialogid == Versos )
     {
     if(response)
     {
     if(listitem == 0)
     {
     new NomeDele[MAX_PLAYERS];
     new StringZ[128];
     GetPlayerName(playerid,NomeDele,MAX_PLAYER_NAME);
     format(StringZ, sizeof(StringZ),"%s Foi jogar Com o TIME [CS-Contra Terrorista]",NomeDele);
     SendClientMessageToAll(-1,StringZ);
     SetPlayerPos(playerid,CORDENADA);
     SetPlayerTeam(playerid,1);
     ResetPlayerWeapons(playerid);
     GivePlayerWeapon(playerid,2,9);
     GivePlayerWeapon(playerid,16,5);
     GivePlayerWeapon(playerid,22,99999);
     GivePlayerWeapon(playerid,25,99999);
     GivePlayerWeapon(playerid,28,99999);
     GivePlayerWeapon(playerid,31,99999);
     }
     if(listitem == 1)
     {
     new NomeDele[MAX_PLAYERS];
     new StringZ[128];
     GetPlayerName(playerid,NomeDele,MAX_PLAYER_NAME);
     format(StringZ, sizeof(StringZ),"%s Foi jogar Com o TIME [TR- Terrorista]",NomeDele);
     SendClientMessageToAll(-1,StringZ);
     SetPlayerPos(playerid,CORDENADA);
     SetPlayerTeam(playerid,2);
     ResetPlayerWeapons(playerid);
     GivePlayerWeapon(playerid,4,9);
     GivePlayerWeapon(playerid,16,5);
     GivePlayerWeapon(playerid,23,99999);
     GivePlayerWeapon(playerid,27,99999);
     GivePlayerWeapon(playerid,29,99999);
     GivePlayerWeapon(playerid,30,99999);
     }
     }
     }
Fiz rapidim @_@
So modificar.
Reply
#7

nada 1-1
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)