C:\Users\Home\Desktop\German Reallife\gamemodes\GermanReallife.pwn(17653) : error 017: undefined symbol "M_OnPlayerCommandText"
Function OnPlayerCommandText(playerid, cmdtext[])
{
M_OnPlayerCommandText(playerid,cmdtext);
new string[256];
new playermoney;
new sendername[MAX_PLAYER_NAME];
new giveplayer[MAX_PLAYER_NAME];
new playername[MAX_PLAYER_NAME];
new cmd[256];
new tmp[256];
new giveplayerid, moneys, idx;
new dancestyle;
cmd = strtok(cmdtext, idx);