RegistrationStep help!!
#5

Код:
 }
	  else if(RegistrationStep[playerid] == 4)
	  {
	  	new idx;
	  	tmp = strtok(text, idx);
	  	if ((strcmp("yes", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("yes")))
		  {
 				RegistrationStep[playerid] = 0;
			  TutTime[playerid] = 1;
			  return 0;
			}
			else if((strcmp("no", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("no")))
			{
				MedicBill[playerid] = 0;
				AfterTutorial[playerid] = 1;
				SetTimerEx("UnsetAfterTutorial", 2500, false, "playerid", playerid);
				SetTimerEx("UnsetFirstSpawn", 5000, false, "playerid", playerid);
				SetPlayerSpawn(playerid);
				TogglePlayerControllable(playerid, 1);
				return 0;
				}
			}
		}
	}
Reply


Messages In This Thread
RegistrationStep help!! - by Dol - 17.05.2009, 11:40
Re: RegistrationStep help!! - by [IB]Scorcher - 17.05.2009, 12:00
Re: RegistrationStep help!! - by Dol - 17.05.2009, 12:02
Re: RegistrationStep help!! - by member - 17.05.2009, 12:06
Re: RegistrationStep help!! - by Dol - 17.05.2009, 12:12
Re: RegistrationStep help!! - by Badger(new) - 17.05.2009, 13:21
Re: RegistrationStep help!! - by Dol - 17.05.2009, 13:24
Re: RegistrationStep help!! - by Badger(new) - 17.05.2009, 13:29
Re: RegistrationStep help!! - by Dol - 17.05.2009, 13:36
Re: RegistrationStep help!! - by Dol - 17.05.2009, 13:51

Forum Jump:


Users browsing this thread: 1 Guest(s)