sscanf problem with a command
#10

Problem Solved I donґt define the string correct. new weaponname[50];

And have a another error I solved change this
pawn Код:
if(sscanf(params, "colt-45", weaponname))
for this:
pawn Код:
if(strcmp(weaponname, "colt-45", true) == 0)
Thanks for all
Reply


Messages In This Thread
sscanf problem with a command - by diego200052 - 29.07.2014, 20:29
Re: sscanf problem with a command - by Battlezone - 29.07.2014, 20:38
Re: sscanf problem with a command - by Blademaster680 - 29.07.2014, 20:49
Re: sscanf problem with a command - by Don_Cage - 29.07.2014, 20:51
Re: sscanf problem with a command - by Blademaster680 - 29.07.2014, 20:53
Re: sscanf problem with a command - by Don_Cage - 29.07.2014, 20:55
Re: sscanf problem with a command - by SickAttack - 29.07.2014, 20:57
Re: sscanf problem with a command - by PT - 29.07.2014, 20:59
Re: sscanf problem with a command - by DaniceMcHarley - 29.07.2014, 21:00
Re: sscanf problem with a command - by diego200052 - 29.07.2014, 23:11

Forum Jump:


Users browsing this thread: 2 Guest(s)