SA-MP Forums Archive
[Ajuda] Checkpoints! - 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] Checkpoints! (/showthread.php?tid=651089)



Checkpoints! - Felipe1241421 - 13.03.2018


Estava testando umas coisas, aн me deparo com um bug, quando entro em um checkpoint o que estб do lado й substituнdo, tipo fica em cima do outro, sacam?! Eu achei esse checkpoint estб em "SetPlayerCheckpoint" hб alguma forma de criar um sistema de GPS sem que os checkpoints deem esse erro?!
Obs: os outros checkpoints como selecionar um dialog estгo em "CPS_AddCheckpoint".
Se puderem ajudar agradeзo.



Re: Checkpoints! - HostedPlayerss - 13.03.2018

PHP код:
new bool:onCheck[MAX_PLAYERS];
public 
OnPlayerEnterCheckpoint(playerid)
{
    if(
onCheck[playerid])  
    { 
        
DisablePlayerCheckpoint(playerid);
        
onCheck[playerid] = false;
    }
    return 
1;

Ou Simplesmente use
PHP код:
DisablePlayerCheckpoint(playerid); 



Re: Checkpoints! - F1N4L - 13.03.2018

Quote:
Originally Posted by HostedPlayerss
Посмотреть сообщение
PHP код:
new bool:onCheck[MAX_PLAYERS];
public 
OnPlayerEnterCheckpoint(playerid)
{
    if(
onCheck[playerid])  
    { 
        
DisablePlayerCheckpoint(playerid);
        
onCheck[playerid] = false;
    }
    return 
1;

Ou Simplesmente use
PHP код:
DisablePlayerCheckpoint(playerid); 
A array onCheck sempre estarб negativa, entгo qual o sentido?


Re: Checkpoints! - PowerMwK - 13.03.2018

PHP код:
if(PlayerToPoint(8.0,playerid,x,y,z)) //coordenadas
{
      
DisablePlayerCheckpoint(playerid);