[PEDIDO]Ligar -
-GooGle- - 16.12.2010
Galera eu revirei o search mais n achei um cmd simples , o /ligar id sу isso , n precisa ser avanзado nada , sу /ligar [id]
me ajuda ae por favor
Re: [PEDIDO]Ligar -
Pierox_ - 16.12.2010
Код:
if(strcmp(cmd, "/ligar", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if (gPlayerLogged[playerid] == 0)
{
SendClientMessage(playerid, COLOR_GRAD1, " Vocк nгo estб logado !");
return 1;
}
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "USE: /ligar [Telefone]");
return 1;
}
if(PlayerInfo[playerid][pPnumber] == 0)
{
SendClientMessage(playerid, COLOR_GRAD2, " Vocк nгo possui um celular compre um na 24/7");
return 1;
}
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "* %s pega seu celular.", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
new phonenumb = strval(tmp);
if(phonenumb == 190)
{
SendClientMessage(playerid, COLOR_WHITE, "DICA: Vocк agora pode usar T para falar no celular, digite (/des)ligar para desligar");
SendClientMessage(playerid, COLOR_ALLDEPT, "EMERGENCIA: De qual Serviзo vocк precisa, policia ou medico ?");
Mobile[playerid] = 190;
return 1;
}
if(phonenumb == PlayerInfo[playerid][pPnumber])
{
SendClientMessage(playerid, COLOR_GRAD2, " Vocк acabou de receber um tom de ocupado...");
return 1;
}
if(Mobile[playerid] != 255)
{
SendClientMessage(playerid, COLOR_GRAD2, " Vocк jб estб em uma ligaзгo...");
return 1;
}
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo[i][pPnumber] == phonenumb && phonenumb != 0)
{
giveplayerid = i;
Mobile[playerid] = giveplayerid; //caller connecting
if(IsPlayerConnected(giveplayerid))
{
if(giveplayerid != INVALID_PLAYER_ID)
{
if(PhoneOnline[giveplayerid] > 0)
{
SendClientMessage(playerid, COLOR_GREY, " Esse telefone estб desligado!");
return 1;
}
if (Mobile[giveplayerid] == 255)
{
format(string, sizeof(string), "Seu celular estб tocando use (/at)ender Chamandor: %s", sendername);
SendClientMessage(giveplayerid, COLOR_YELLOW, string);
GetPlayerName(giveplayerid, sendername, sizeof(sendername));
RingTone[giveplayerid] = 10;
format(string, sizeof(string), "*O telefone de %s estб tocando.", sendername);
SendClientMessage(playerid, COLOR_WHITE, "DICA: Vocк agora pode usar T para falar no celular, digite (/des)ligar para desligar");
ProxDetector(30.0, i, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
CellTime[playerid] = 1;
return 1;
}
}
}
}
}
}
SendClientMessage(playerid, COLOR_GRAD2, " Vocк acabou de receber um tom de ocupado...");
}
return 1;
}
ve se da
Re: [PEDIDO]Ligar -
[Ips]Guh - 16.12.2010
Porem Pierox_ se ele for usar isse comando ae, e o gm dele for do 0, e nao tiver definido os enums.... Tbm uma opзao e o sistema desse que tem nos lanзamentos,senao min engano ta na penultima ou na ultima pagina dos lanзamentos.
Re: [PEDIDO]Ligar -
Pierox_ - 16.12.2010
ah sim claro badio, mais se der erros, a gente ajuda ele arrumar, colocar as enum, talvez podem estar de outra forma sу, mais devem ter as 'mesmas' enum.
Re: [PEDIDO]Ligar -
-GooGle- - 16.12.2010
@Pierox_ vlw por ajudar mais esse comando й com /ligar [telefone] eu queria um /ligar [ID]
@Badio12 eu achei o FS de celular , porem o link de download esta off
Re: [PEDIDO]Ligar - rjjj - 16.12.2010
Achei um pra vocк:
http://pastebin.com/f5145fa0
Espero ter ajudado
Re: [PEDIDO]Ligar -
Pedro_Drin - 16.12.2010
amigo , tem esse :
http://forum.sa-mp.com/showthread.ph...llphone+system
e esse:
http://forum.sa-mp.com/showthread.ph...llphone+system
divirta-se...
Re: [PEDIDO]Ligar -
Pierox_ - 16.12.2010
@******
ah foi mals ;xxx
entra no segundo link do pedro, tem la, baxa e pega o cmd .