[HELP]Checkpoint!
#2

Quote:
Originally Posted by [Aka]Dragonu
Посмотреть сообщение
Is there a posibility to make an red circle / rec checkpoint on a location and if you get in that parameter a message to appear ?

Like : I go into that circle and the message appears : Command /buydrugs ?
First create it with:

pawn Код:
SetPlayerCheckpoint(playerid,Float:x,Float:y,Float:z,Float:size);
Then when he enters it, do something

Note:You can only have one checkpoint, otherwise use a streamer!

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
        //do something
    return 1;
}
Reply


Messages In This Thread
[HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 11:40
Re: [HELP]Checkpoint! - by SparkZ_ - 05.12.2010, 11:42
Re: [HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 11:51
Re: [HELP]Checkpoint! - by SparkZ_ - 05.12.2010, 11:55
Re: [HELP]Checkpoint! - by SkizzoTrick - 05.12.2010, 11:56
Re: [HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 12:09
Re: [HELP]Checkpoint! - by SparkZ_ - 05.12.2010, 12:12
Re: [HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 12:22
Re: [HELP]Checkpoint! - by fangoth1 - 05.12.2010, 13:04
Re: [HELP]Checkpoint! - by fangoth1 - 05.12.2010, 13:26
Re: [HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 13:28
Re: [HELP]Checkpoint! - by fangoth1 - 05.12.2010, 13:33
Re: [HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 13:34
Re: [HELP]Checkpoint! - by fangoth1 - 05.12.2010, 13:37
Re: [HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 13:38
Re: [HELP]Checkpoint! - by fangoth1 - 05.12.2010, 13:39
Re: [HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 13:41
Re: [HELP]Checkpoint! - by fangoth1 - 05.12.2010, 13:44
Re: [HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 13:48
Re: [HELP]Checkpoint! - by fangoth1 - 05.12.2010, 13:51
Re: [HELP]Checkpoint! - by fangoth1 - 05.12.2010, 14:13
Re: [HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 14:43
Re: [HELP]Checkpoint! - by fangoth1 - 05.12.2010, 14:59
Re: [HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 15:20
Re: [HELP]Checkpoint! - by fangoth1 - 05.12.2010, 15:42
Re: [HELP]Checkpoint! - by [Aka]Dragonu - 05.12.2010, 17:51

Forum Jump:


Users browsing this thread: 1 Guest(s)