05.09.2011, 15:09
What is this error? It says that there is an 'error 035: argument type mismatch' on the giveplayermoney line (argument 1).
Код:
if(!strcmp(cmd, "/gm"))
{
new Float:receiver[MAX_PLAYER_NAME];
new Float:amount[10];
GivePlayerMoney(receiver,amount);
return 1;
}

