ERROR [ Help]
#3

Quote:
Originally Posted by PowerPC603
Посмотреть сообщение
Did you notify the creator of that script about those bugs?
They are created because he tries to store a returned string into a string with =

Partial code:
pawn Код:
new tmp[20];
tmp = strtok(params, idx)
If strtok returns a string that isn't exactly 20 characters long, you'll get that warning.
Use strcat or format to store string into another string.
Or process lines of text with sscanf to put them into string variables.
What shall i do to run this script?
Reply


Messages In This Thread
ERROR [ Help] - by Mahde - 11.02.2014, 19:04
Re: ERROR [ Help] - by PowerPC603 - 11.02.2014, 19:14
Re: ERROR [ Help] - by Mahde - 11.02.2014, 19:33
Re: ERROR [ Help] - by PowerPC603 - 11.02.2014, 23:15

Forum Jump:


Users browsing this thread: 1 Guest(s)