15.12.2012, 04:06
Wrong specifier used in sscanf function. Instead of "d", it must be "s[24]". And in name variable, you must create like this:
Edit:late,
@Horrible, if you don't implement the size of the string in latest sscanf, it may occur crash.
pawn Код:
new name[24];
@Horrible, if you don't implement the size of the string in latest sscanf, it may occur crash.