[POMOC] Oko pdopreme


Započeo Strahinja Vujovic, Avgust 14, 2016, 22:15:19 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim:UnderPoint
Detaljan opis problema:Vidite meni svo oruzije hoce da radi osim sparaya
Dio skripte: http://pastebin.com/d4j4Mapb
Neke slike/video za lakse dobivanje pomoci(neobavezno): http://imgur.com/a/1p6QS
~Scripter u pokusaju~ :D

Mozda samo treba da smanjis "municiju" spraya
Probaj ovako:
if(listitem == 4)
			{
				g_GivePlayerWeapon(playerid,41,300);
				SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste Spray!");
			}

Bila je na 300, pa sam na 600 stavio, nece :/
~Scripter u pokusaju~ :D

Probaj sad :)
if(dialogid == PDOPREMA1)
    {
         if(response)
	  {
	   if(listitem == 0)
	    {
                g_GivePlayerWeapon(playerid,31,300);
                SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste M4!");
            }
            else if(listitem == 1)
            {
                g_GivePlayerWeapon(playerid,24,300);
                SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste Deagle!");
            }
            else if(listitem == 2)
            {
                g_GivePlayerWeapon(playerid,25,300);
                SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste Shotgun!");
            }
            else if(listitem == 3)
            {
                g_GivePlayerWeapon(playerid,29,300);
                SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste MP5!");
            }
            else if(listitem == 4)
            {
                g_GivePlayerWeapon(playerid, 41, 999);
                SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste Spray!");/////////////////EVO OVDE<-------------------
            }
            else if(listitem == 5)
            {
                g_GivePlayerWeapon(playerid,3,300);
                SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste Pendrek!");
            }
            else if(listitem == 6)
            {
                g_GivePlayerWeapon(playerid,34,300);
                SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste Sniper!");
 	    }
      }
      return 1;
}
Poslednja Izmena: Avgust 14, 2016, 23:02:33 POSLE PODNE od Markoni990



Prosto brate nece, probao sam i kad pd uzme /duznost da dobije spray, nema greski ali nece u IG...
~Scripter u pokusaju~ :D

A sta bi bilo kad bi dodao obican GivePlayerWeapon
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!



Hvala reseno.. koja glupost od greske ;)
~Scripter u pokusaju~ :D

Citat: Strahinja Vujovic poslato Avgust 14, 2016, 22:15:19 POSLE PODNE
Skripta koju koristim:UnderPoint
Detaljan opis problema:Vidite meni svo oruzije hoce da radi osim sparaya
Dio skripte: http://pastebin.com/d4j4Mapb
Neke slike/video za lakse dobivanje pomoci(neobavezno): http://imgur.com/a/1p6QS
~Scripter u pokusaju~ :D