Skripta koju koristim: Street Stories edit a on je GTARP edit :D
Detaljan opis problema: Izbacije mi 3 warninga a ja bot neznam to rjesit..xD
Dio skripte: 1warning:
public OnGameModeInit()
{
new string[MAX_PLAYER_NAME];
new string1[MAX_PLAYER_NAME];
new PropertyString[256];
for(new c=0;c<CAR_AMOUNT;c++)
{
Gas[c] = GasMax;
}
2 i 3 Warning:
new SBizzInfo[12][sbInfo];
new Text3D:BizzLabel[sizeof(BizzInfo)];
new BizzPickup[sizeof(BizzInfo)];
enum pHaul
{
pCapasity,
pLoad,
};
Neke slike/video za lakse dobivanje pomoci(neobavezno):
C:\Documents and Settings\Toni\Desktop\samp\Street_Stories\gamemodes\streetstories.pwn(9750) : warning 204: symbol is assigned a value that is never used: "PropertyString"
C:\Documents and Settings\Toni\Desktop\samp\Street_Stories\gamemodes\streetstories.pwn(44540) : warning 203: symbol is never used: "BizzLabel"
C:\Documents and Settings\Toni\Desktop\samp\Street_Stories\gamemodes\streetstories.pwn(44540) : warning 203: symbol is never used: "BizzPickup"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Warnings.
Sva tri simbola nisi iskoristio zato ti izbaci warninge.
Obrisi sva tri
new Text3D:BizzLabel[sizeof(BizzInfo)];
new BizzPickup[sizeof(BizzInfo)];
new PropertyString[256];
Oni se nigde nekoriste
Ok, hvala. Moze lock..