15.06.2012, 09:21
And this is exactly why you should learn how to debug.
Where does 'savingstring' get assigned a value? Right, nowhere. How do you expect to get data from an empty string? Furthermore, you're trying to save an integer into a string (UserKills).
pawn Код:
sscanf(savingstring,"p<|>s[24]d",UserName,UserKills);