[Pomoc] Spešl ekšn


Započeo LoOdaK, Avgust 22, 2016, 22:56:46 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim: moja
Detaljan opis problema: pa kao sto vidite po imenu teme nece mi da rade Spešl ekšns
Dodao sam SPECIAL_ACTION_CARRY ali ne radi uopste ne nosi
Dio skripte: //
Neke slike/video za lakse dobivanje pomoci(neobavezno): //
CitatElectric Power is everywhere present in unlimited quantities and can drive the world's machinery without the need of coal, oil, gas, or any other of the common fuels!



Mozda da staviš neki kod ?

"They have computers, and they may have other weapons of mass destruction."

Pa sta ti imam staviti znas kako se radi SetPlayerSpecialAction
CitatElectric Power is everywhere present in unlimited quantities and can drive the world's machinery without the need of coal, oil, gas, or any other of the common fuels!



Å ta bi ja trebao da magično kažem problem je u tom i tom. Ne može ti niko pomoći osim onog ko 100% zna u čemu je stvar, a prije ću ti ja ili neko drugi pomoć ako staviÅ¡ kod nego da se naÄ'e osoba koja je imala 100% isti problem

"They have computers, and they may have other weapons of mass destruction."

SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CARRY);


Zadovoljan  :D
CitatElectric Power is everywhere present in unlimited quantities and can drive the world's machinery without the need of coal, oil, gas, or any other of the common fuels!



Citat: LoOdaK poslato Avgust 22, 2016, 23:20:44 POSLE PODNE
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CARRY);


Zadovoljan  :D

Rly? Postaj cijeli kod gdje to koristiš, komandu cijelu, timer bilo šta i probaj umjestio tog special_action_carry staivit id 25
Poslednja Izmena: Avgust 22, 2016, 23:24:41 POSLE PODNE od MEDO

"They have computers, and they may have other weapons of mass destruction."

Probavao sam nita  ;)

if(Mece[playerid] == 1)
	{
		 if(GetPlayerDistanceFromPoint(playerid, 2333.77930, -612.61768, 127.90770) < 3.5)
		 {
			 ClearAnimations(playerid);
			 DestroyDynamicObject(Kurc);
			 SetTimer("Vadjenje",180000, false);
			 SetPlayerCheckpoint(playerid, 2363.5742, -649.4410, 127.8662, 4);
			 SendClientMessage(playerid, SZELENA, " Sada otidjite do male i stavite ga !");
			 SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CARRY);
		}
	}
	return 1;


Ocel moc sad ljudno ??
CitatElectric Power is everywhere present in unlimited quantities and can drive the world's machinery without the need of coal, oil, gas, or any other of the common fuels!



Jesi probo kombinirat i ApplyAnimation?


Probaj da očistiš sve s ovim prije nego sto primjenis tu animaciju, znaci prije te animacije stavi ovo i javi da li radi
SetPlayerSpecialAction( playerid, SPECIAL_ACTION_NONE );

"They have computers, and they may have other weapons of mass destruction."

Citat: MEDO poslato Avgust 22, 2016, 23:35:41 POSLE PODNE
Probaj da očistiš sve s ovim prije nego sto primjenis tu animaciju, znaci prije te animacije stavi ovo i javi da li radi
SetPlayerSpecialAction( playerid, SPECIAL_ACTION_NONE );

Ne radi jbg :(
CitatElectric Power is everywhere present in unlimited quantities and can drive the world's machinery without the need of coal, oil, gas, or any other of the common fuels!



ApplyAnimation(playerid,"CARRY","crry_prtial",4.1,0,1,1,1,1);