[Ajuda] Alterar Comando !
#1

Olб a todos, queria fazer um pedido aqui! Quem puder me ajudar eu agradeзo..

Queria fazer com que o Player nгo precise usar o /ap e /fp pra abrir e fechar o portгo.. E sim usar uma tecla ''H''.

Code:

if(strcmp(cmd, "/ap", true) == 0)
{
new id;

if(sscanf(cmdtext, "s[4]d", cmd, id))
{
SendClientMessage(playerid, Vermelho, "/ap [id]");
return 1;
}
format(file, sizeof(file), PASTA_PORTOES, id);
if(dini_Exists(file))
{
if(!IsPlayerInRangeOfPoint(playerid, 50.0, dini_Float(file, "fCordX"), dini_Float(file, "fCordY"), dini_Float(file, "fCordZ")))
{
SendClientMessage(playerid, Vermelho, "Vocк estб muito longe do portгo!");
return 1;
}
if(dini_Int(file, "TDono") == 3)
{
SendClientMessage(playerid, Vermelho, "Este portгo foi deletado!");
}
else
{
if(strcmp(dini_Get(file, "Dono"), GetPlayerNameEx(playerid), false) == 0 || strcmp(dini_Get(file, "Convidado1"), GetPlayerNameEx(playerid), false) == 0 || strcmp(dini_Get(file, "Convidado2"), GetPlayerNameEx(playerid), false) == 0 || strcmp(dini_Get(file, "Convidado3"), GetPlayerNameEx(playerid), false) == 0 || pAdmin[playerid] > 2)
{
MoveDynamicObject(dini_Int(file, "Id"), dini_Float(file, "aCordX"), dini_Float(file, "aCordY"), dini_Float(file, "aCordZ"), 4.0);
}
else
{
SendClientMessage(playerid, Vermelho, "Vocк nгo tem a chave!");
}
}
}
else
{
SendClientMessage(playerid, Vermelho, "Portгo invбlido, tente novamente!");
}
return 1;
}

if(strcmp(cmd, "/fp", true) == 0)
{
new id;

if(sscanf(cmdtext, "s[4]d", cmd, id))
{
SendClientMessage(playerid, Vermelho, "/fp [id]");
return 1;
}
format(file, sizeof(file), PASTA_PORTOES, id);
if(dini_Exists(file))
{
if(!IsPlayerInRangeOfPoint(playerid, 50.0, dini_Float(file, "aCordX"), dini_Float(file, "aCordY"), dini_Float(file, "aCordZ")))
{
SendClientMessage(playerid, Vermelho, "Vocк estб muito longe do portгo!");
return 1;
}
if(dini_Int(file, "TDono") == 3)
{
SendClientMessage(playerid, Vermelho, "Este portгo foi deletado!");
}
else
{
if(strcmp(dini_Get(file, "Dono"), GetPlayerNameEx(playerid), false) == 0 || strcmp(dini_Get(file, "Convidado1"), GetPlayerNameEx(playerid), false) == 0 || strcmp(dini_Get(file, "Convidado2"), GetPlayerNameEx(playerid), false) == 0 || strcmp(dini_Get(file, "Convidado3"), GetPlayerNameEx(playerid), false) == 0 || pAdmin[playerid] > 2)
{
MoveDynamicObject(dini_Int(file, "Id"), dini_Float(file, "fCordX"), dini_Float(file, "fCordY"), dini_Float(file, "fCordZ"), 4.0);
}
else
{
SendClientMessage(playerid, Vermelho, "Vocк nгo tem a chave!");
}
}
}
else
{
SendClientMessage(playerid, Vermelho, "Portгo invбlido, tente novamente!");
}
return 1;
}
Reply


Messages In This Thread
Alterar Comando ! - by lucas3366 - 01.08.2018, 23:28
Re: Alterar Comando ! - by Minerva - 01.08.2018, 23:36
Re: Alterar Comando ! - by LeViNS - 01.08.2018, 23:37
Re: Alterar Comando ! - by lucas3366 - 01.08.2018, 23:55
Re: Alterar Comando ! - by LeViNS - 02.08.2018, 00:07
Re: Alterar Comando ! - by lucas3366 - 02.08.2018, 00:21
Re: Alterar Comando ! - by LeViNS - 02.08.2018, 00:32
Re: Alterar Comando ! - by lucas3366 - 02.08.2018, 00:45
Re: Alterar Comando ! - by LeViNS - 02.08.2018, 00:53
Re: Alterar Comando ! - by lucas3366 - 02.08.2018, 02:59

Forum Jump:


Users browsing this thread: 1 Guest(s)