if(strcmp(cmd, \"/óra\", true) == 0){ if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { Msg(playerid,\"/óra [timeofday] (0-23)\"); return 1; } SetWorldTime(hour); hour = strval(tmp); if (PlayerInfo[playerid][pAdmin] >= 7) { SetWorldTime(hour); format(string, sizeof(string), \" Az idő átírva. Az új idő:%d óra.\", hour); BroadCast(COLOR_GRAD1, string); } else { SendClientMessage(playerid, COLOR_GRAD1, \" Ezt a parancsot nem használhatod !\"); }}return 1;}
SetWorldTime(hour); hour = strval(tmp); if (PlayerInfo[playerid][pAdmin] >= 7) { SetWorldTime(hour);