View Single Post
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 09-05-2021 , 17:46   Re: Need some help with this
Reply With Quote #2

Change this:
PHP Code:
void ReplyToTargetError (int clientint target_count
To this:
PHP Code:
ReplyToTargetError(clienttarget_count); 
__________________
Psyk0tik is offline