variable question
#4

Код:
for(new i=0; i<sizeof(taxi); i++)
		{
		    if(vid == taxi[i])
		    {
			    if(IsPlayerInVehicle(playerid, i))
				{
				    if(pInfo[playerid][specialybe] != SPEC_TAXI)
				    {
				        SendClientMessage(playerid, 0xFF0000FF, "Negalite vairuoti љio transporto, nes nedirbate taksistu.");
				        SetVehicleToRespawn(GetPlayerVehicleID(playerid));
				        return 1;
				    }
				    else
				    {
				        SendClientMessage(playerid, 0x99FF00FF, "Sveikas, taksiste, vairuodamas љį transportą ir veћiodamas ћmonės, gausite 50LT/min.");
						darbo_timer = SetTimerEx("Dirba", 60000, true, "i", playerid);
					}
				}
			}
		}
with this code not work
Reply


Messages In This Thread
variable question - by Stuneris - 27.05.2012, 08:01
Re: variable question - by Gangs_Rocks - 27.05.2012, 08:13
Re: variable question - by MP2 - 27.05.2012, 08:17
Re: variable question - by Stuneris - 27.05.2012, 08:36
Re: variable question - by MP2 - 27.05.2012, 08:40
Re: variable question - by Stuneris - 27.05.2012, 08:43
Re: variable question - by MP2 - 27.05.2012, 08:47
Re: variable question - by Stuneris - 27.05.2012, 08:49
Re: variable question - by MP2 - 27.05.2012, 08:51

Forum Jump:


Users browsing this thread: 1 Guest(s)