18.10.2010, 15:37
So i have error with my registrator script
pawn Код:
else if((strcmp("Africa", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("africa")))
{
PlayerInfo[playerid][pOrigin] = 4;
SendClientMessage(playerid, COLOR_YELLOW2, "Hi new member");
ShowPlayerDialog(playerid, 125, DIALOG_STYLE_MSGBOX , "Tutorial", "Do you want see tutorial?", "Yes", "No"); //<<--- Not apeare but why?
RegistrationStep[playerid] = 0;
return 0;
}