hi @ all
ich habe das so gemacht
forward cp(playerid);
SetTimer("cp", 1000, true);
public cp(playerid)
{
if(PlayerToPoint(50, playerid,1767.1105,614.7656,10.5474))
{
SetPlayerCheckpoint(playerid,1767.1105,614.7656,10.5474, 5);
}
else
{
DisablePlayerCheckpoint(playerid);
}
}
public OnPlayerEnterCheckpoint(playerid)
{
SendClientMessage(playerid, COLOR_GREEN, " here you can use /export to export your vehicle and get some cash!");
return 1;
also ich weiß das die nachricht so oft kmmt weil der timer ja ja jede sekunde überprüft will das aber so haben das die nachricht nur einmal kommt solange man im cp ist