U vezi registracije

Započeo bla
10. Nov. 2009.
1,119
pregleda
4
postova
wavefunction
3
Hustler
10. Nov. 2009.
SendClientMessage(playerid, COLOR_LIGHTRED, "Thank you for filling in all the information, now you will proceed to the Tutorial.");
RegistrationStep = 0;


dakle, kad je RegistrationStep = 0 onda se pokrece tutorial. nakon tvog pitanja, Sto je rolplej, registration step postaje 0, sto znaci da se prebacuje na tutorial. umjesto nule moras stavit 4
			    SendClientMessage(playerid, COLOR_YELLOW2, "Sada slijedi par RP pitanja.");
    SendClientMessage(playerid, COLOR_YELLOW2, "__________________________.");
    SendClientMessage(playerid, COLOR_YELLOW2, "Sto je RolePlay??.");
    SendClientMessage(playerid, COLOR_LIGHTRED, "1.Nesto sto se dogadja u stvarnom svijetu");
    SendClientMessage(playerid, COLOR_LIGHTRED, "2. Mjesanje IC i OOC chata");
RegistrationStep = 0;
    TutTime = 1;
    return 0;
}


vidis? ajde ispravi ovo pa vidi kako ti radi, meni se neda, a inace trebalo bi radit
carrera
3
Wheel Man
10. Nov. 2009.
if(RegistrationStep == 4)
    {
    if((strcmp("1", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("1")))
{
    SendClientMessage(playerid, COLOR_YELLOW2, "Tocno.");
    SendClientMessage(playerid, COLOR_LIGHTRED, "Sto je MG?.");
RegistrationStep = 4;
    TutTime = 1;
    return 0;
    }
return 0;
}


Vidis li tu koji tu ide RegistrationSteP??
wavefunction
3
Hustler
10. Nov. 2009.
aj ti meni citavu skriptu registracije posalji ja cu rec sta ti nevalja

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha