X337 GANG
#1



i am having a prob in this

my inc folder pic



I am using YSI 4

and Mysql r39-2

But i don't know how to fix it :/

+rep in advance
Reply
#2

Show the lines where there are errors.
Reply
#3

Quote:
Originally Posted by YouHack
Посмотреть сообщение
Show the lines where there are errors.
Код:
Line 335 : if(sscanf(params, "h", color) || strlen(params) != 6)
Line 357 :   if(sscanf(params, "u", id))
Line 550 	if(sscanf(params, "s[30]", TempName))
Line 576 : 	if(sscanf(params, "u", id))
Line 618 :  		if(sscanf(params, "u", id))
Line 692 : 		if(sscanf(params, "d", p))
Line 843 : 		if(sscanf(params, "d", p))
Line 892 :		if(sscanf(params, "d", p))
Line 1250:	if(sscanf(inputtext, "h", TempGangColour[playerid]))
Here Pls help me
Reply
#4

Is "params" a string?
Are you using something like this?
Код:
CMD:mycmd(playerid, params[])
{
    new color;
    if(sscanf(params, "h", color))
}
Reply
#5

Read this documentaion:
https://sampwiki.blast.hk/wiki/Fast_Commands#sscanf
Reply
#6

Are you using the latest SSCANF include? Make sure you've the correct includes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)