02.05.2016, 08:56
if you mean adding a Checkpoint use:
or if you mean a Pickup like floating i icon,
then in OnPlayerEnterCheckPoint or OnPlayerPickupPickup add ShowPlayerDialog function to show dilog box.
after that in OnPlayerDialogResponce do what ever you want to do in your list.
PHP код:
SetPlayerCheckpoint(playerid, x,y,z, size);
PHP код:
CreatePickup(1239, 1, x,y,z,0);
after that in OnPlayerDialogResponce do what ever you want to do in your list.