16.03.2014, 16:47
Hello everyone, I've added teleport messages to my server for when a player teleports to a specific location. However, I've noticed in other servers, there is some kind of limit. This limit makes sure that if the command is repeated, the notification to show they have teleported doesn't always appear. I'm not entirely sure how this works but I have seen it in other servers and it is very helpful. Here's how my teleport messages look anyway:
PAWN Code:Код:
GetPlayerName(playerid, name, sizeof(name)); format(string, sizeof(string), "(/sfb) %s teleported to San Fierro Beach", name);