13.08.2015, 01:57
PHP код:
CMD:darscore(playerid, params[])
{
new id, quant[128];
if(sscanf(params, "uii", id, quant)) return SendClientMessage(playerid, -1,"Uso: /darscore [ID/Nome] [Quantidade].");
SetPlayerScore(id, quant);
return 1;
}
PHP код:
C:\Users\Usuario\Desktop\THE DM\gamemodes\THE3 .pwn(1420) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.