17.12.2012, 19:40
Quote:
you can make an extra GetPlayerNameEx so you can retrieve the players name with the tag.
pawn Код:
|
Find:
(GetPlayerName\()([^,]+)(.*)
Replace with:
GetPlayerNameEx\(\2\)
you can make an extra GetPlayerNameEx so you can retrieve the players name with the tag.
pawn Код:
|