19.10.2013, 13:32
Hello,
I can't quite get the argument right, I've tried many combinations. Some combinations don't give compile errors yet don't work correctly in-game.
Error:
Line which the error is referring to:
Basically, it's an admin command which allows the admin to set a player's skin. I can't get it quite right despite trying for about fifteen minutes. I don't think I need to show the whole command, but if I do, I'll gladly paste it here.
Thanks.
I can't quite get the argument right, I've tried many combinations. Some combinations don't give compile errors yet don't work correctly in-game.
Error:
pawn Код:
error 035: argument type mismatch (argument 2)
pawn Код:
if(sscanf(params, playerb, "d", skinid, params)) return SendClientMessage(playerid, COLOR_ERROR, "SYNTAX: /skin [playerid] [skinid]");
Thanks.