Help Needed
#4

Quote:
Originally Posted by Debjit
Посмотреть сообщение
PHP код:
if(sscanf(params"us[300]"playerNamereason)) 
Here at this line, since playerName's size is declared as 24 you also need to mention it here and playername is a string when you have declared its size so rename it as a string
Here is the fixed line
PHP код:
if(sscanf(params"s[24]s[300]"playerNamereason)) 
Thanks buddy fixed, +reped
Reply


Messages In This Thread
Help Needed - by BlackLineCnR - 16.10.2017, 09:06
Re: Help Needed - by BlackLineCnR - 16.10.2017, 09:15
Re: Help Needed - by Zeth - 16.10.2017, 09:18
Re: Help Needed - by BlackLineCnR - 16.10.2017, 09:19

Forum Jump:


Users browsing this thread: 1 Guest(s)