02.06.2011, 04:55
Hi guys ,I have some problems about ZCMD.
How to convert this to ZCMD+sscanf?
And
Please help me , thanks a lot.
How to convert this to ZCMD+sscanf?
Код:
if(strcmp(cmd, "/b", true) == 0) { if(IsPlayerConnected(playerid)) { if(pInfo[playerid][pLogged] != 1) { SendClientMessage(playerid, COLOR_GREY, "* You havent logged in yet!"); return 1; } GetPlayerName(playerid, pName, sizeof(pName)); new length = strlen(cmdtext); while ((idx < length) && (cmdtext[idx] <= ' ')) { idx++; } new offset = idx; new result[64]; while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) { result[idx - offset] = cmdtext[idx]; idx++; } result[idx - offset] = EOS; if(!strlen(result)) { SendClientMessage(playerid, COLOR_GREY, "USAGE: /b [Local OOC Chat]"); return 1; } format(string, sizeof(string), "(( %s: %s ))", pName, result); ProxDetector(12.0, playerid, string,COLOR_CHAT4,COLOR_CHAT4,COLOR_CHAT4,COLOR_CHAT4,COLOR_CHAT4); printf("%s", string); } return 1; }
Код:
if(strfind(plname,"_",true,1)!=-1) { RPName = 1; }