06.09.2013, 08:14
EDIT: Oh I found it: You should add a "return" after sscanf(...).
Important: Always use "u" specifier for player ids in sscanf!
pawn Код:
if(sscanf(params, "ud", otherid, cash)) return SendClientMessage(...).