Command problem
#2

Which problem do you get, please use [ pawn ] tag too.

But...
Replace
pawn Код:
if ( !strcmp( params, "LoadFs", true ) ) // Idk, this should works though.
if ( sscanf( params, "s", fs ) )
With
pawn Код:
if ( !strcmp( params, "LoadFs", true, 6 ) )
if ( sscanf( params, "s[ 64 ]", fs ) )
Please, add more information, what is the error.
Reply


Messages In This Thread
Command problem - by motherfucker - 22.06.2011, 12:20
Re: Command problem - by Basicz - 22.06.2011, 12:35
Re: Command problem - by motherfucker - 22.06.2011, 13:03
Re: Command problem - by motherfucker - 23.06.2011, 15:33
Re: Command problem - by =WoR=Varth - 23.06.2011, 18:34

Forum Jump:


Users browsing this thread: 1 Guest(s)