View Single Post
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 01-03-2016 , 19:54   Re: Natives can return arrays in PAWN!
Reply With Quote #4

Quote:
Originally Posted by KliPPy View Post
Didn't really understand what you meant by that, because NAME_LENGTH is actually 32 in the code I posted.
Look at the very first line of cmdName().

new playerName[32];

should be

new playerName[NAME_LENGTH];
__________________
ddhoward is offline