20.06.2013, 15:23
Quote:
That's NOT how you fix the problem "d" is "integer", "u" is "user id or name". You are "fixing" the problem by destroying sscanf functionality (and by extension functionality of your own mode).
for one thing, always make sure you're using the latest version of sscanf. Then don't use "IsPlayerConnected(pid)" but "pid == INVALID_PLAYER_ID". |
@xFirex : Try what ****** said or change the "r" param to "d".