02.03.2010, 05:54
Quote:
Originally Posted by [HiC
TheKiller ]
What's wrong with http://forum.sa-mp.com/index.php?top...8596#msg928596 ? |
You can change their name under OnPlayerText**, use SendPlayerMessageToAll to send their text from their new name, change their name back, return 0 for the original text.
** Check if their name is over 15 characters, make sure it's not. The highest player ID is is 499, "[499]" is 5 characters, and the maximum name is 20 characters. You wouldn't be able to change it if their ID was 100-499 and they had a name longer than 15 characters.