View Single Post
Phil25
AlliedModders Donor
Join Date: Feb 2015
Old 12-29-2015 , 03:56   Re: Namechecking, beginner question
Reply With Quote #10

On a side note, the %N format specifier is all you need most of the time instead of GetClientName().

PHP Code:
PrintToChat(client"Your name is %N"client
Phil25 is offline