[Pomoc] Hitno trebam pomoc 3 sata nmg da resim

Započeo Depay01, April 04, 2016, 23:08:38 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 5 gostiju pregledaju ovu temu.

Skripta koju koristim: moju
Detaljan opis problema: u pitanju su Textdrawowi, znaci sve sam errore resio samo nemogu da resim ovo
Dio skripte: C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(25842) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(25843) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(25856) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(25857) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(25993) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(25994) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26018) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26019) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26054) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26055) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26177) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26178) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26191) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26192) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26205) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26206) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26219) : warning 215: expression has no effect
C:\Users\GANI\Desktop\Mod By Walker\gamemodes\Arlington.pwn(26220) : warning 215: expression has no effect

Neke slike/video za lakse dobivanje pomoci(neobavezno): U pitanju su: TextDrawSetPreviewModel i TextDrawSetPreviewRot njih samo trebam resiti.

Jel se mogu dobiti te linije, da vidimo kako izgledaju, ili da pogledam u kašike?


Citat: pixelzn poslato April 04, 2016, 23:21:15 POSLE PODNE
Jel se mogu dobiti te linije, da vidimo kako izgledaju, ili da pogledam u kašike?

Izvoli:

TextDrawSetPreviewModel(TDEditor_TD[11], 622);
TextDrawSetPreviewRot(TDEditor_TD[11], 0.000000, 0.000000, 280.000000, 1.000000);


Ima ih jos ali na sve isto pokazuje, sem ovo 622 i ove nule
i ovo [TDEditor_TD[11]

Jel imaš tu gdje if ?

Treba mi više od ove dvije linije...

Citat: pixelzn poslato April 04, 2016, 23:38:11 POSLE PODNE
Jel imaš tu gdje if ?

Treba mi više od ove dvije linije...

Ne brate nemam if jednostavno mi nece ovo TextDrawSetPreviewModel i TextDrawSetPreviewRot kaze da nema efekata

Daj postavi ovdje TextDrawFont iz tog textdrawa gdje koristis model

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


Ja sam ti gore lijepo napisao postavi sta se od tebe trazi da se rijesi, postavi TextDrawFont od tog textdrawa

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

Citat: MEDO poslato April 04, 2016, 23:49:46 POSLE PODNE
Ja sam ti gore lijepo napisao postavi sta se od tebe trazi da se rijesi, postavi TextDrawFont od tog textdrawa

Pa ima TextDrawFont

De postaj TextDrawFont od tog textdrawa kojeg koristis znaci u kojem TDu ti baca warning postavi taj cijeli textdraw ovdje

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

//
Poslednja Izmena: April 04, 2016, 23:57:51 POSLE PODNE od Alex Walkerâ„¢

Nemoj mi capsati pokusavam pomoći, a to što ti ne znaš šta radiš nije moj problem
Da bi funkcija TextDrawSetPreviewModel moras da u TextDrawFont imas TEXT_DRAW_FONT_MODEL_PREVIEW
Znaci ovako
[pawn]TextDrawFont(TDEditor_TD[0], TEXT_DRAW_FONT_MODEL_PREVIEW);[/pawn]

Drugi put citaj samp wiki
The textdraw MUST use the font type TEXT_DRAW_FONT_MODEL_PREVIEW in order for this function to have effect.

http://wiki.sa-mp.com/wiki/TextDrawSetPreviewModel

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

Citat: MEDO poslato April 04, 2016, 23:55:56 POSLE PODNE
Nemoj mi capsati pokusavam pomoći, a to što ti ne znaš šta radiš nije moj problem
Da bi funkcija TextDrawSetPreviewModel moras da u TextDrawFont imas TEXT_DRAW_FONT_MODEL_PREVIEW
Znaci ovako
[pawn]TextDrawFont(TDEditor_TD[0], TEXT_DRAW_FONT_MODEL_PREVIEW);[/pawn]

Drugi put citaj samp wiki
The textdraw MUST use the font type TEXT_DRAW_FONT_MODEL_PREVIEW in order for this function to have effect.

http://wiki.sa-mp.com/wiki/TextDrawSetPreviewModel

Sad trebam da definisem  TEXT_DRAW_FONT_MODEL_PREVIEW kucam #define  TEXT_DRAW_FONT_MODEL_PREVIEW ali nece..

Moras da updatujes includeove -.-

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