SA-MP Forums Archive
[Ajuda] Sistema - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Sistema (/showthread.php?tid=622251)



Sistema - SukMathcuck - 20.11.2016

E aн, estou dando inicio em um sistema de plantar drogas, eu queria uma informaзхes, o que vou precisar(funзхes e etc..)? e como faзo para detectar se a pessoa estб plantando apenas em terra, й por id do objeto neh?


Re: Sistema - Carlos001 - 20.11.2016

Acho que da pra fazer em
Quote:

IsPlayerInRangeOfPoint

sу verificar se ele esta perto de alguma fazenda Seila...
Exemplo:
Код:
if (!strcmp("/plantar", cmdtext))
{
    if (IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438)) 
    {
    	SendClientMessage(playerid,0xFFFFFFFF,"Vocк nгo esta Na Fazenda, por isso nгo pode plantar.");
    }
 
    return 1;
}