Zaključano
[FS] Fudbal :)!
5,929
pregleda
44
postova
Ova tema je zaključana. Samo moderatori i administratori mogu odgovarati.
pre 13 godina
C:\Users\Mandić\Desktop\afagadfb\filterscripts\nogomet.pwn(6) : fatal error 100: cannot read from file: "dini"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.Kako da rijesim? sve sam kopirao i stavio u pawno i ocu copiler i izbacuje mi ovaj error
pre 13 godina
Marin_Mandic. wrote on June 23, 2012, 6:42 pm:
C:\Users\Mandić\Desktop\afagadfb\filterscripts\nogomet.pwn(6) : fatal error 100: cannot read from file: "dini"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.Kako da rijesim? sve sam kopirao i stavio u pawno i ocu copiler i izbacuje mi ovaj error
Kao prvo potreban ti je include dini.inc
pre 13 godina
Ej imam jos jedan problem
Bilo ih je 7 ali sve sam ih popravio samo neznam ovaj
Line 858:
Evo od
LINE 970
I od
LINE 1019
C:\Users\Mandić\Desktop\afagadfb\filterscripts\nogomet.pwn(858) : warning 217: loose indentation
C:\Users\Mandić\Desktop\afagadfb\filterscripts\nogomet.pwn(970) : warning 217: loose indentation
C:\Users\Mandić\Desktop\afagadfb\filterscripts\nogomet.pwn(1019) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Warnings.Bilo ih je 7 ali sve sam ih popravio samo neznam ovaj
Line 858:
else if(biglietto == 0 && stuart== 1)
{
format(string, sizeof(string), "grandstand\ndiscovery platform\ncurve fans %s\ncurve fans %s", squadra1, squadra2);
ShowPlayerDialog(playerid, 15, DIALOG_STYLE_LIST, "Stuart Entrance - Choose where to go", string, "Izaberi", "Obrisi");
}
else
{
SendClientMessage(playerid, COLOR_WHITE, "Nemas ticket!");
return 1;
}
}
}
}return 1; // ovo je LINE 858
}Evo od
LINE 970
public PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)
{
if(IsPlayerConnected(playerid))
{
new Float:oldposx, Float:oldposy, Float:oldposz;
new Float:tempposx, Float:tempposy, Float:tempposz;
GetPlayerPos(playerid, oldposx, oldposy, oldposz);
tempposx = (oldposx -x);
tempposy = (oldposy -y);
tempposz = (oldposz -z);
//printf("DEBUG: X:%f Y:%f Z:%f",posx,posy,posz);
if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
{
return 1;
}
}
return 0;// OVO JE LINE 970
}I od
LINE 1019
if(para1 != INVALID_PLAYER_ID)
{
GetPlayerName(para1, giveplayer, sizeof(giveplayer));
GetPlayerName(playerid, sendername, sizeof(sendername));
arbitro = 1;
printf("%s je izabrao %s za sudiju.", sendername, giveplayer);
format(string, sizeof(string), " %s je izabro tebe za sudiju", sendername);
SendClientMessage(para1, COLOR_WHITE, string);
format(string, sizeof(string), " Vi ste izabrali %s za sudiju.", giveplayer);
SendClientMessage(playerid, COLOR_WHITE, string);
format(string, sizeof(string), " %s je sudija za sledeci mec! SVI NA STADION !!", giveplayer);
SendClientMessageToAll(COLOR_GROVE, string);
skin = GetPlayerSkin(para1);
SetPlayerSkin(para1, 72);
}
}
}
return 1;// OVO JE LINE 1019
}
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava