SA-MP Forums Archive
[Ajuda] Problema no OnPlayerLeaveCheckpoint - 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] Problema no OnPlayerLeaveCheckpoint (/showthread.php?tid=597477)



Problema no OnPlayerLeaveCheckpoint - BrnFec - 31.12.2015

Problema e esse quando um jogador estб fora do ponto de verificaзгo da checkpoint era pra manda SendClientMessage na hora mais sу manda SendClientMessage depois de alguns metros da checkpoint, qual problema?

Код:
public OnPlayerLeaveCheckpoint(playerid)
{
 if(NoTunning[playerid] == true)
  {
    DisablePlayerCheckpoint(playerid);
    NoTunning[playerid] = false;
    SendClientMessage(playerid, 0x33AAFFFF, "[INFO] Voзк saiu da checkpoint da Garagen,tunning cancelado");
  }
   return 1;
}



Re: Problema no OnPlayerLeaveCheckpoint - zSuYaNw - 31.12.2015

Aconselho usar um streamer de chekpoint.