Problem with sscanf2 params command
#5

Quote:
Originally Posted by Inn0cent
Посмотреть сообщение
PHP код:
if( sscanfparams"d"textic )) return SendClientMessageplayerid"/askq[ Text ]" ); 
"d" is for integers and s is for strings, You have to use s there as text is not only integer.
And don't forget to add between "[]" the string's size. Example:
PHP код:
sscanf(params"s[24]"player_name
Reply


Messages In This Thread
Problem with sscanf2 params command - by RoX123 - 04.02.2018, 21:18
Re: Problem with sscanf2 params command - by Mugala - 04.02.2018, 21:22
Re: Problem with sscanf2 params command - by Inn0cent - 04.02.2018, 21:22
Re: Problem with sscanf2 params command - by RoX123 - 04.02.2018, 21:28
Re: Problem with sscanf2 params command - by Dayrion - 04.02.2018, 22:00

Forum Jump:


Users browsing this thread: 2 Guest(s)