[Ajuda] Gangzones - 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] Gangzones (
/showthread.php?tid=675932)
Gangzones -
diooguinbpf - 24.05.2020
Galera preciso de uma ajuda rapida , a gang chega na gangzone ta la em branco porem quando eles dгo o comando /tr aparece que eles nгo estгo em nenhum territorio , poderiam me ajudar ?
Re: Gangzones -
DelK - 24.05.2020
Sу mostrar o codigo
Re: Gangzones -
diooguinbpf - 24.05.2020
if(strcmp(cmd, "/territorio", true) == 0 || strcmp(cmd, "/tr", true) == 0)
{
new carid = GetPlayerVehicleID(playerid);
if(IsAPlane(carid))
{
SendClientMessage(playerid, COLOR_GRAD5, "Vocк nгo pode usar esse comando dentro de um heli ou aviгo.");
return true;
}
if(PlayerInfo[playerid][pMembro] == 1 || PlayerInfo[playerid][pLider] == 1)// PM
{
if(!IsPlayerInLosSantos(playerid))
{
SendClientMessage(playerid, COLOR_GRAD2, "Vocк nгo estб no territorio de sua cidade");
return 1;
}
if(PlayerToPoint(9.5,playerid,2155.4438,-1010.9413,62.9640))
{
if(Dominando[playerid] == 1)
{
Re: Gangzones -
Cleyson - 24.05.2020
O erro nгo estб no comando e provavelmente estб na funзгo
PHP Code:
IsPlayerInLosSantos(playerid)