[Ajuda] Checkpoints!
#1


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.
Reply
#2

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); 
Reply
#3

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?
Reply
#4

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

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)