07.03.2011, 15:57
for last dialog replace this
with this
I dont know what type of sscanf you are using.. so if that wont work try to remove `!`
pawn Код:
if ( !sscanf( inputtext, "u", inputtext[ 0 ] ) )
pawn Код:
if ( !sscanf( inputtext, "u", gsendid ) )