GameText Checkpoint?
#1

Ok, I am working on making a checkpoint that when someone enters it, it will send a gametext message to them. Im sure im doing it wrong because when I go to my server and try it, it doesnt work lol. But I dont get any errors. Someone help me here please.

Код:
public OnPlayerEnterCheckpoint(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid,5, -2026.9030,132.2212,28.8429))
    {
        GameTextForPlayer(playerid, "Do NOT abuse the neons!", 5000, 1);
		DisablePlayerCheckpoint(playerid);
	}
Reply


Messages In This Thread
GameText Checkpoint? - by ArmandoRamiraz - 27.07.2012, 16:05
Re: GameText Checkpoint? - by ArmandoRamiraz - 27.07.2012, 22:35
Re: GameText Checkpoint? - by Steven82 - 27.07.2012, 22:43
Re: GameText Checkpoint? - by Kakioshe22 - 27.07.2012, 22:48
Re: GameText Checkpoint? - by Steven82 - 27.07.2012, 22:52
Re: GameText Checkpoint? - by ArmandoRamiraz - 27.07.2012, 23:31
Re: GameText Checkpoint? - by Steven82 - 27.07.2012, 23:43
Re: GameText Checkpoint? - by ArmandoRamiraz - 27.07.2012, 23:44

Forum Jump:


Users browsing this thread: 1 Guest(s)