01.02.2011, 19:43
I have no idea ... lol
I have to change something in format(str, sizeof(str), "* %s %s", str, cmdtext[4]); ,but what ?
It should be: text ((Player_Name))
Код:
if(!strcmp(cmdtext, "/do", true, 3)) // 3 is the length of /do { if(!cmdtext[3])return SendClientMessage(playerid, COLOR_GREY, "USAGE: /do [text]"); new str[128]; GetPlayerName(playerid, str, sizeof(str)); format(str, sizeof(str), "* %s %s", str, cmdtext[4]); ProxDetector(30.0, playerid, str, COLOR_PINK,COLOR_PINK,COLOR_PINK,COLOR_PINK,COLOR_PINK); return 1; }
It should be: text ((Player_Name))