11.05.2012, 21:49
Hello,
This is the position of the right side on the highway which shows a message to a player "welcome to las venturas"
I use this at a 100ms timer, is it good or should i use it somewhere else?
And is there a way that this message shows only one time? instead that it spams if player stops at that position
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 5.0, 1629.9722,147.9344,35.5146))
{
CreateBox(playerid, "info", "Welcome to las venturas");
}
I use this at a 100ms timer, is it good or should i use it somewhere else?
And is there a way that this message shows only one time? instead that it spams if player stops at that position