View Single Post
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 07-05-2013 , 16:27   Re: [Any] Name Change Info
Reply With Quote #8

Like this? I'm assuming that I wouldn't have to make any other changes to the code.

PHP Code:
decl String:steamID[20], String:ipAddress[16], String:oldName[33], String:newName[33];
ipAddress[0] = '\0';
steamID[0] = '\0'
EDIT: Actually, I can probably just use the returns of the two functions to decide on whether or not to even print the information.

Last edited by ddhoward; 07-05-2013 at 16:34.
ddhoward is offline