[AJUDA] Problemas no text.
#4

no meu game mode й assim a parada la

pawn Код:
if(RegistrationStep[playerid] > 0)
    {
        if(RegistrationStep[playerid] == 1)
        {
            new idx;
            tmp = strtok(text, idx);
            if((strcmp("homem", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("Homem")))
            {
                PlayerInfo[playerid][pSex] = 1;
                SetPlayerSkin(playerid, 23);
                PlayerInfo[playerid][pModel] = 23;
                SendClientMessage(playerid, COLOR_YELLOW2, "Ok, Voce й Homem!.");
                SendClientMessage(playerid, COLOR_LIGHTRED, "Qual sua origem? (Digite: Hotel ou Prefeitura");
                RegistrationStep[playerid] = 2;
                return 0;
            }
            else if((strcmp("mulher", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("Mulher")))
            {
                PlayerInfo[playerid][pSex] = 2;
                SetPlayerSkin(playerid, 193);
                PlayerInfo[playerid][pModel] = 193;
                SendClientMessage(playerid, COLOR_YELLOW2, "Ok, Vocк й uma Mulher");
                SendClientMessage(playerid, COLOR_LIGHTRED, "Qual sua origem? (Digite: Hotel ou Prefeitura");
                RegistrationStep[playerid] = 2;
                return 0;
            }
            else
            {
                SendClientMessage(playerid, COLOR_LIGHTRED, "Vocк й 'Homem' ou 'Mulher' (Digite).");
            }
            return 0;
        }
Reply


Messages In This Thread
[AJUDA] Problemas no text. - by PawninG - 29.08.2010, 22:49
Re: [AJUDA] Problemas no text. - by PawninG - 30.08.2010, 14:16
Re: [AJUDA] Problemas no text. - by CyNiC - 30.08.2010, 14:21
Re: [AJUDA] Problemas no text. - by Gabriel_Halls - 30.08.2010, 15:06
Re: [AJUDA] Problemas no text. - by PawninG - 30.08.2010, 15:30
Re: [AJUDA] Problemas no text. - by brunogysin - 30.08.2010, 15:36

Forum Jump:


Users browsing this thread: 1 Guest(s)