View Single Post
headline
SourceMod Moderator
Join Date: Mar 2015
Old 11-04-2015 , 13:09   Re: [ANY] Bring/GoTo [UPDATED 8/4/15]
Reply With Quote #17

Quote:
Originally Posted by misterG View Post
Thanks for the new version. How can i declare a string with the new syntax... ? I want to have a log file for this plugin, so i would know that my admins aren't playing to much with this plugin


PHP Code:
new String:sString[32]; 
Turns into

PHP Code:
char sString[32]; 

Last edited by headline; 11-04-2015 at 13:09.
headline is offline