28.08.2010, 17:28
i work about my new last time its worked but i dont know what i do its no work now?
lets see the pic_))))__
![](http://s58.radikal.ru/i161/1008/4e/14ec54a28631.jpg)
please tell me where the problem thanks
lets see the pic_))))__
![](http://s58.radikal.ru/i161/1008/4e/14ec54a28631.jpg)
Quote:
} PlayerInfo[playerid][pAge] = check; format(string, sizeof(string), "Taigi, tau yra %d metai(-ш).",PlayerInfo[playerid][pAge]); SendClientMessage(playerid, COLOR_YELLOW2, string); RegistrationStep[playerid] = 3; SendClientMessage(playerid, COLOR_LIGHTRED, "a place to live? (Use: Countyside)"); return 0; } else if(RegistrationStep[playerid] == 3) { new idx; tmp = strtok(text, idx); if((strcmp("Countyside", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("Countyside"))) { PlayerInfo[playerid][pOrigin] = 1; SendClientMessage(playerid, COLOR_YELLOW2, "So, you live in the town CountySide."); SendClientMessage(playerid, COLOR_LIGHTRED, "you will be moved to guide."); RegistrationStep[playerid] = 0; TutTime[playerid] = 1; return 0; } else if((strcmp("europe654", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("europe6456"))) { PlayerInfo[playerid][pOrigin] = 2; SendClientMessage(playerid, COLOR_YELLOW2, "Ok, so you are from Europe."); SendClientMessage(playerid, COLOR_LIGHTRED, "Thank you for filling in all the information, now you will proceed to the Tutorial."); RegistrationStep[playerid] = 0; TutTime[playerid] = 1; return 0; } else if((strcmp("asia654", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("asia546"))) { PlayerInfo[playerid][pOrigin] = 3; SendClientMessage(playerid, COLOR_YELLOW2, "Ok, so you are from Asia."); SendClientMessage(playerid, COLOR_LIGHTRED, "Thank you for filling in all the information, now you will proceed to the Tutorial."); RegistrationStep[playerid] = 0; TutTime[playerid] = 1; return 0; |