Zaključano

[Pomoc]Textdrawovi

Započeo MALI RAMBO
pre 11 godina
455
pregleda
14
postova
Ova tema je zaključana. Samo moderatori i administratori mogu odgovarati.
Stojan
Hustler
pre 11 godina
Skripta koju koristim:
Detaljan opis problema😛a stalno mi izbacuje ovaj error kada hocu da compilam
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(157) : error 017: undefined symbol "Box0"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(158) : error 017: undefined symbol "Box1"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(159) : error 017: undefined symbol "Box2"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(160) : error 017: undefined symbol "Box3"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(161) : error 017: undefined symbol "Box4"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(162) : error 017: undefined symbol "Box5"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(163) : error 017: undefined symbol "Box6"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(164) : error 017: undefined symbol "Box7"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(165) : error 017: undefined symbol "Box8"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(366) : error 017: undefined symbol "Box7"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(371) : error 017: undefined symbol "Box8"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(377) : error 017: undefined symbol "Box0"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(378) : error 017: undefined symbol "Box1"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(379) : error 017: undefined symbol "Box2"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(380) : error 017: undefined symbol "Box3"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(381) : error 017: undefined symbol "Box4"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(382) : error 017: undefined symbol "Box5"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(383) : error 017: undefined symbol "Box6"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(384) : error 017: undefined symbol "Box7"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(385) : error 017: undefined symbol "Box8"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(395) : error 017: undefined symbol "Box0"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(396) : error 017: undefined symbol "Box1"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(397) : error 017: undefined symbol "Box2"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(398) : error 017: undefined symbol "Box3"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(399) : error 017: undefined symbol "Box4"
C:\Documents and Settings\Korisnik\Desktop\Dillmore RP\filterscripts\gps.pwn(400) : error 017: undefined symbol "Box5"

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

26 Errors.

Ne znam vise ni sam sta da probam sve sam uradio...Molio bih Vas da mi neko pomogne ovo mi je hitno!Sve imam pod new:Text... !
Dio skripte:/
Neke slike/video za lakse dobivanje pomoci(neobavezno):/
aleluja
Godfather
pre 11 godina
pročitaj ovo ovdje i probaj sam otkriti što je bilo krivo.
http://balkan-samp.com/forum/index.php?topic=40233.0
Lenonâ„¢
Godfather
pre 11 godina
Kako si ih definisao?
Stojan
Hustler
pre 11 godina
Lenon wrote on September 20, 2014, 6:22 am:
Kako si ih definisao?
new Text:Box0;
new Text:Box1;
new Text:Box2;
new Text:Box3;
new Text:Box4;
new Text:Box5;
new Text:Box6;
new Text:Box7;
new Text:Box8;
Lenonâ„¢
Godfather
pre 11 godina
Mozda ti fali negdje { ili } ?
Stojan
Hustler
pre 11 godina
Lenon wrote on September 20, 2014, 9:12 am:
Mozda ti fali negdje { ili } ?

I to sam proveravao ali nigde nisam nasao i koristio sam onaj program za to i pisalo je 50/50...
Stojan
Hustler
pre 11 godina
Evo i kako izgledaju neke linije od tih errora:
	TextDrawSetSelectable(Box0, false);
TextDrawSetSelectable(Box1, false);
TextDrawSetSelectable(Box2, false);
TextDrawSetSelectable(Box3, false);
TextDrawSetSelectable(Box4, false);
TextDrawSetSelectable(Box5, false);
TextDrawSetSelectable(Box6, false);
TextDrawSetSelectable(Box7, true);
TextDrawSetSelectable(Box8, true);
Amar Tinjak
Enforcer
pre 11 godina
Definiraj ih na vrh skripte ne u ongamemodenit nego kao globalne...
Stojan
Hustler
pre 11 godina
Amar Tinjak wrote on September 20, 2014, 10:53 am:
Definiraj ih na vrh skripte ne u ongamemodenit nego kao globalne...

Hvala,to sam resio,nego kada kucam komandu ne pojavljuju mi se uopste textdrawovi do cega to moze biti?
Connell
Hustler
pre 11 godina
Daj komandu ovdje.
Stojan
Hustler
pre 11 godina
Don Corleone. wrote on September 20, 2014, 1:15 pm:
Daj komandu ovdje.
CMD:pomoc(playerid, params[])
{
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xA3B4C5FF, "U vozilu sto ne mozete koristiti ovo!");
{
TextDrawShowForPlayer(playerid, Box0);
TextDrawShowForPlayer(playerid, Box1);
TextDrawShowForPlayer(playerid, Box2);
TextDrawShowForPlayer(playerid, Box3);
TextDrawShowForPlayer(playerid, Box4);
TextDrawShowForPlayer(playerid, Box5);
TextDrawShowForPlayer(playerid, Box6);
TextDrawShowForPlayer(playerid, Box7);
TextDrawShowForPlayer(playerid, Box8);

SelectTextDraw(playerid, 0xA3B4C5FF);
        return 1;
}
}
Amar Tinjak
Enforcer
pre 11 godina
CMD:pomoc(playerid, params[])
{
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xA3B4C5FF, "U vozilu sto ne mozete koristiti ovo!");
{
TextDrawShowForPlayer(playerid, Box0);
TextDrawShowForPlayer(playerid, Box1);
TextDrawShowForPlayer(playerid, Box2);
TextDrawShowForPlayer(playerid, Box3);
TextDrawShowForPlayer(playerid, Box4);
TextDrawShowForPlayer(playerid, Box5);
TextDrawShowForPlayer(playerid, Box6);
TextDrawShowForPlayer(playerid, Box7);
TextDrawShowForPlayer(playerid, Box8);

SelectTextDraw(playerid, 0xA3B4C5FF);
       
}
return 1;
}


Sto se tice komande ona je ok ali  postoji neki drugi problem .
Stojan
Hustler
pre 11 godina
Amar Tinjak wrote on September 20, 2014, 3:50 pm:
CMD:pomoc(playerid, params[])
{
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xA3B4C5FF, "U vozilu sto ne mozete koristiti ovo!");
{
TextDrawShowForPlayer(playerid, Box0);
TextDrawShowForPlayer(playerid, Box1);
TextDrawShowForPlayer(playerid, Box2);
TextDrawShowForPlayer(playerid, Box3);
TextDrawShowForPlayer(playerid, Box4);
TextDrawShowForPlayer(playerid, Box5);
TextDrawShowForPlayer(playerid, Box6);
TextDrawShowForPlayer(playerid, Box7);
TextDrawShowForPlayer(playerid, Box8);

SelectTextDraw(playerid, 0xA3B4C5FF);
       
}
return 1;
}


Sto se tice komande ona je ok ali  postoji neki drugi problem .

Ne prikazuje TD...
Lenonâ„¢
Godfather
pre 11 godina
Postavi mi da vidim kako ti kreirao te TDove. Mozes jedan samo.

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava