SA-MP Forums Archive
some bug anyone please help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: some bug anyone please help (/showthread.php?tid=172002)



some bug anyone please help - Sparnex - 28.08.2010

i work about my new last time its worked but i dont know what i do its no work now?
lets see the pic_))))__

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;

please tell me where the problem thanks


Re: some bug anyone please help - Voldemort - 28.08.2010

Check interiors stuffs and so