How to make when a player is at my cordinates, to show him a messege at center of the screen?
#6

https://sampwiki.blast.hk/wiki/GameTextForPlayer

So, change Jordy's code to:

pawn Code:
if(IsPlayerInRangeOfPoint(playerid, 7.0, 2505.5984, -1694.5410, 13.5581)) {
    GameTextForPlayer(playerid,"You can repair your car here", 5000, 3);
}
Styles: https://sampwiki.blast.hk/wiki/GameTextStyle#Text_Styles
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)