ZCMD Cannot read from file.
#8

Quote:
Originally Posted by SilverKiller
Посмотреть сообщение
That means you made new idv but didn't use it in anything.. better delete it.
Код:
new idv = GetPlayerVehicleID(playerid);
There is problem, and here is whole command.

Код:
CMD:stopvoznja(playerid, params[])
	{
	    new idv = GetPlayerVehicleID(playerid);
		if(pInfo[playerid][pJob] != 2)// proverava jel igrac ima odgovarajuci posao
		{
			SendClientMessage(playerid, SIVA, "Nisi vozac autobusa!");
			return 1;
		}
		if(VoziBus[playerid] >= 1) // proverava da li igrac vozi bus
		{
			VoziBus[playerid] = 0;
			DisablePlayerCheckpoint(playerid);
			SendClientMessage(playerid, BELA, "Prekinuo si voznju busa!");

		}
Reply


Messages In This Thread
ZCMD Cannot read from file. - by Zlaja - 31.03.2013, 19:07
Re: ZCMD Cannot read from file. - by SilverKiller - 31.03.2013, 19:10
Re: ZCMD Cannot read from file. - by emokidx - 31.03.2013, 19:10
Re: ZCMD Cannot read from file. - by Zlaja - 31.03.2013, 19:11
Re: ZCMD Cannot read from file. - by kamzaf - 31.03.2013, 19:20
Re: ZCMD Cannot read from file. - by Zlaja - 31.03.2013, 19:25
Re: ZCMD Cannot read from file. - by SilverKiller - 31.03.2013, 19:29
Re: ZCMD Cannot read from file. - by Zlaja - 31.03.2013, 19:33
Re: ZCMD Cannot read from file. - by Harti - 31.03.2013, 19:37
Re: ZCMD Cannot read from file. - by Zlaja - 31.03.2013, 19:42

Forum Jump:


Users browsing this thread: 2 Guest(s)