22.04.2013, 10:44
Bonjour a toutes et a tous je suis entrain de travailler sur un projet du style armйe et cela donne sa :
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а !
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))
{
Voilа !

