Skripta koju koristim: moj mod od 0
Detaljan opis problema: Pravio sam Intro al imam 4 erora koja nmg da resim
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(230) : warning 215: expression has no effect
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(230) : error 001: expected token: ";", but found "]"
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(230) : error 029: invalid expression, assumed zero
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(230) : fatal error 107: too many error messages on one line
Dio skripte: eo ta linija sto izbacuje erore Intro = TextDrawCreate(0 ,1 , "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~");
Neke slike/video za lakse dobivanje pomoci(neobavezno): /
[Pomoc] 4 erora oko Intra
1,269
pregleda
12
postova
pre 14 godina
CrtNN wrote on December 29, 2011, 6:59 pm:
Gdje si stavio Textdraw ??
L84S pratio sam sve po tvom tutorialu sve sam lepo stavio al opet mi erori iskacu isti :S
Pa nisi nesto dobro stavio..
Daj stavi par redova iznad i par redova ispod toga di ti je eror i zaljepi nam tu pa cu ti rijesit...
pre 14 godina
erori : C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(232) : error 017: undefined symbol "Intro"
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(232) : warning 215: expression has no effect
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(232) : error 001: expected token: ";", but found "]"
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(232) : error 029: invalid expression, assumed zero
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(232) : fatal error 107: too many error messages on one line
evo i linije te
SetPVarInt(playerid,"Ulogovan",0);
SetPVarInt(playerid,"TokIntra",1);
ova zeza 232 ----> Intro = TextDrawCreate(0 ,1 , "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~");
TextDrawFont(Intro , 0);
TextDrawLetterSize(Intro , 0.4, 2);
TextDrawColor(Intro , 0xff0000FF);
TextDrawSetOutline(Intro , 0);
TextDrawSetProportional(Intro , 0);
TextDrawSetShadow(Intro , 1);
TextDrawUseBox(Intro , 1);
TextDrawBoxColor(Intro , 0x00FFFFFF);
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(232) : warning 215: expression has no effect
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(232) : error 001: expected token: ";", but found "]"
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(232) : error 029: invalid expression, assumed zero
C:\Users\GaLLe\Desktop\CrtNN's RolePlay [Mod od 0]\gamemodes\modod0.pwn(232) : fatal error 107: too many error messages on one line
evo i linije te
SetPVarInt(playerid,"Ulogovan",0);
SetPVarInt(playerid,"TokIntra",1);
ova zeza 232 ----> Intro = TextDrawCreate(0 ,1 , "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~");
TextDrawFont(Intro , 0);
TextDrawLetterSize(Intro , 0.4, 2);
TextDrawColor(Intro , 0xff0000FF);
TextDrawSetOutline(Intro , 0);
TextDrawSetProportional(Intro , 0);
TextDrawSetShadow(Intro , 1);
TextDrawUseBox(Intro , 1);
TextDrawBoxColor(Intro , 0x00FFFFFF);
pre 14 godina
Sve errore ti izbacuje jer Intro nije definisan
To stavis gore kod ostalih new.
new Text:Intro;To stavis gore kod ostalih new.
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava