[Pomoc] InfoText

Započeo da s1ck ;x
30. Dec. 2014. Zaključano
165
pregleda
4
postova
Tref
4
Shot Caller
30. Dec. 2014.
Skripta koju koristim: Infernal Gaming
Detaljan opis problema: Pokusao sam napraviti InfoText skriptu i sada sam nesto smuljao i dobio 8 errora? Moze pomoci neko?
Dio skripte:
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(45) : error 017: undefined symbol "InfoTextDrawID"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(45) : warning 215: expression has no effect
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(49) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(50) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(51) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(52) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(53) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(54) : error 017: undefined symbol "TexDrawSetProportional"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(55) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(57) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

8 Errors.


Pod OnGameModeInit
//---------------------------------------------------------
InfoTextDrawID = 0;
SetTimer("InfoTextDraw_Update", UPDATE_TEXT*1000, 1);
//--------------------------------------------------------
//TextDraw izrada //
InfoTextDraw = TextDrawCreate(3,437," ");
TextDrawLetterSize(InfoTextDraw, 0.249999,1.000000
TextDrawBackgroundColor(InfoTextDraw,0x000000FF);
TextDrawFont(InfoTextDraw,1);
TextDrawUseBox(InfoTextDraw,0);
TexDrawSetProportional(InfoTextDraw,1);
TextDrawSetShadow(InfoTextDraw,1);
//-------------------------------------------------------------
return 1;

}


Define i Forward
// Define //
#define MAX_TEXT 10
#define UPDATE_TEXT 10
//-----------------------------------------------------------------
// Forwards //

forward InfoTextDraw_Update ();

Neke slike/video za lakse dobivanje pomoci(neobavezno):
James_SmithXDl
6
OG Legend
30. Dec. 2014.
jel si ti definirao InfoTextDraw kao textdraw mogucnost?
jel si ti definirao InfoTextDrawID?

Umesto
TexDrawSetProportional
TextDrawSetProportional
Tref
4
Shot Caller
30. Dec. 2014.
Ja mislim da nisam mozes mi pomoci pocetnik sam ?
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(45) : error 017: undefined symbol "InfoTextDrawID"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(45) : warning 215: expression has no effect
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(49) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(50) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(51) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(52) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(53) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(54) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(55) : error 017: undefined symbol "InfoTextDraw"
D:\Users\Salipur\Desktop\Infernal Gaming\filterscripts\Psystem.pwn(57) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

8 Errors.
Rudimental
5
OG Legend
30. Dec. 2014.
Pa jel mislis da si definisao ili nisi poslusaj sta ti je C++ rekao.

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha