21.06.2010, 19:04
hey, I made this cmd and it doesn't work i can't figure out why 

Код:
public OnRconCommand(cmd[])
{
if (strcmp(cmd, "/ecash", true)==0)
{
printf("You just gave a player 10 thousand dollars!",cmd);
SetPlayerMoney(playerid, 10000);
return 1;
}
return 0;
}

