27.07.2012, 16:05
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); }