IsPlayerInCheckpoint [Problиme] - 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: Français/French (
https://sampforum.blast.hk/forumdisplay.php?fid=30)
+---- Thread: IsPlayerInCheckpoint [Problиme] (
/showthread.php?tid=432367)
IsPlayerInCheckpoint [Problиme] -
DiamantEspace18 - 22.04.2013
Bonjour a toutes et a tous je suis entrain de travailler sur un projet du style armйe et cela donne sa :
Code:
SetPlayerCheckpoint(playerid, 219.0602,1810.8182,291.1496, 10);
GivePlayerWeapon(playerid, 46, 1);
if (IsPlayerInCheckpoint(playerid))
{
SetPlayerCheckpoint(playerid, 218.3530,1776.4370,289.9156, 10);
SendClientMessage(playerid, COLOR_RED, "Colonel : ALLEZ VOUS PRENDRE DES ARMES");
if (IsPlayerInCheckpoint(playerid))
{
Je n'ai pas mis tout le code biensыr mais enfaite le checkpoint s'affiche correctement mais lorsque que je suis dessus le script s'arrкte et n'affiche pas l'autre checkpoint
Voilа !