[Ajuda] DP LS
#1

Como faзo pra colocar o portгo da dp pra abrir e fechar com a tecla [H]

Codes:

if(strcmp(cmd, "/ad", true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 50.0, 1541.9384765625, -1627.7314453125, 15.156204223633))
{
format(file, sizeof(file), PASTA_CONTAS, GetPlayerNameEx(playerid));
if(dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == General || dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == Policial_F || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "Profissao") == LSPD || dini_Int(file, "aAdmin") == 1)
{
MoveDynamicObject(ObjectsFix[19], 1541.9780273438, -1639.4814453125, 15.156204223633, 3.0);
SendClientMessage(playerid, 0xFFFFFFAA, "[PORTEIRO] O portгo principal da DP foi aberto!");
}
else
{
SendClientMessage(playerid, Azul, "Vocк nгo й um militar!");
}
}
else
{
SendClientMessage(playerid, 0xFF0000AA, "Vocк estб muito longe do portгo!");
}
return 1;
}

================================================== =====================================

if(strcmp(cmd, "/fd", true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 50.0, 1541.9780273438, -1639.4814453125, 15.156204223633))
{
format(file, sizeof(file), PASTA_CONTAS, GetPlayerNameEx(playerid));
if(dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == General || dini_Int(file, "Profissao") == Policial_F || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "Profissao") == LSPD || dini_Int(file, "aAdmin") == 1)
{
MoveDynamicObject(ObjectsFix[19], 1541.9384765625, -1627.7314453125, 15.156204223633, 3.0);
SendClientMessage(playerid, 0xFFFFFFAA, "[PORTEIRO] O portгo principal da DP foi fechado!");
}
}
else
{
SendClientMessage(playerid, 0xFF0000AA, "Vocк estб muito longe do portгo!");
}
return 1;
}
Reply


Messages In This Thread
DP LS - by lucas3366 - 28.04.2018, 20:36
Re: DP LS - by Huki - 28.04.2018, 21:15
Re: DP LS - by Arleann - 28.04.2018, 23:41
Re: DP LS - by AutoMatic2 - 29.04.2018, 00:25

Forum Jump:


Users browsing this thread: 2 Guest(s)