08.07.2009, 06:18
move this code to the top of public OnPlayerCommandText(playerid, cmdtext[]){ like this..
then try removing return0; and put
Код:
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; cmd = strtok(cmdtext, idx);
Код:
return 1;}