[Pomoc] dialog na registraciji..pomocccccccccccccccc


Započeo Otisao s Foruma!, Februar 29, 2012, 22:21:25 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

ok moze u 7 samo mi reci kako ovdje da stavim ono nesto camera snima npr na nekim kordinata pa ide dalje prebacuje

if(RegistrationStep[playerid] > 0)
	{
	    if(RegistrationStep[playerid] == 1)
	    {
	        new idx;
	    	tmp = strtok(text, idx);
		    if((strcmp("musko", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("musko")))
			{
			    PlayerInfo[playerid][pSex] = 1;
			    ClearChatbox(playerid, 8);
			    SendClientMessage(playerid, COLOR_GREEN, "-----------------------------------------------------------------------");
			    SendClientMessage(playerid, COLOR_GREY, "Ok, znaci musko ste.");
			    SendClientMessage(playerid, COLOR_WHITE, "2. Koji je vas datum rodjenja? (Koristite dd/mm/yyyy)");
			    SendClientMessage(playerid, COLOR_GREEN, "-----------------------------------------------------------------------");
			    ClearChatbox(playerid, 2);
			    new maleskin;
			    maleskin = random(sizeof(CivMalePeds));
			    SetPlayerSkin(playerid, maleskin);
			    PlayerInfo[playerid][pChar] = maleskin;
			    RegistrationStep[playerid] = 2;
			    return 0;
			}


sta trebam ovdje ubacit da tak bude
[[/center]
DgL <3
Otisao s Foruma zz