public OnPlayerCommandText(playerid, cmd[]){ if (strcmp("/givemoney", cmdtext, true) == 0) { GivePlayerMoney(playerid, %d); return 1; }