Problem:
C:\Users\MaraneLLo\Desktop\Golden City SAMP\Golden City SAMP\Golden City SAMP\GoldenCity RPG OGC First Mod!!!\gamemodes\maranelloscript.pwn(15788) : error 010: invalid function or declaration
C:\Users\MaraneLLo\Desktop\Golden City SAMP\Golden City SAMP\Golden City SAMP\GoldenCity RPG OGC First Mod!!!\gamemodes\maranelloscript.pwn(15793) : error 010: invalid function or declaration
C:\Users\MaraneLLo\Desktop\Golden City SAMP\Golden City SAMP\Golden City SAMP\GoldenCity RPG OGC First Mod!!!\gamemodes\maranelloscript.pwn(15798) : error 010: invalid function or declaration
C:\Users\MaraneLLo\Desktop\Golden City SAMP\Golden City SAMP\Golden City SAMP\GoldenCity RPG OGC First Mod!!!\gamemodes\maranelloscript.pwn(15803) : error 010: invalid function or declaration
C:\Users\MaraneLLo\Desktop\Golden City SAMP\Golden City SAMP\Golden City SAMP\GoldenCity RPG OGC First Mod!!!\gamemodes\maranelloscript.pwn(15808) : error 010: invalid function or declaration
C:\Users\MaraneLLo\Desktop\Golden City SAMP\Golden City SAMP\Golden City SAMP\GoldenCity RPG OGC First Mod!!!\gamemodes\maranelloscript.pwn(15813) : error 010: invalid function or declaration
C:\Users\MaraneLLo\Desktop\Golden City SAMP\Golden City SAMP\Golden City SAMP\GoldenCity RPG OGC First Mod!!!\gamemodes\maranelloscript.pwn(15818) : error 010: invalid function or declaration
C:\Users\MaraneLLo\Desktop\Golden City SAMP\Golden City SAMP\Golden City SAMP\GoldenCity RPG OGC First Mod!!!\gamemodes\maranelloscript.pwn(15828) : error 010: invalid function or declaration
C:\Users\MaraneLLo\Desktop\Golden City SAMP\Golden City SAMP\Golden City SAMP\GoldenCity RPG OGC First Mod!!!\gamemodes\maranelloscript.pwn(15836) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
9 Errors.
Detaljan Opis problema: Ubacio sam neki LoginTD i sve sam sredio,samo me zeza to oko returna i zagradica!!! Verujem da je jos neko imao taj problem,pa sam pomislio da ce te mi pomoci!!!
Deo skripte:
// Cherries (x25)
Digit1[ 0 ] = CreateSprite(214.0,Y,"LD_SLOT:cherry",64,64);
Digit2[ 0 ] = CreateSprite(288.0,Y,"LD_SLOT:cherry",64,64);
Digit3[ 0 ] = CreateSprite(362.0,Y,"LD_SLOT:cherry",64,64);
// grapes (x100)
Digit1[ 1 ] = CreateSprite(214.0,Y,"LD_SLOT:grapes",64,64);
Digit2[ 1 ] = CreateSprite(288.0,Y,"LD_SLOT:grapes",64,64);
Digit3[ 1 ] = CreateSprite(362.0,Y,"LD_SLOT:grapes",64,64);
// 69's (x250)
Digit1[ 2 ] = CreateSprite(214.0,Y,"LD_SLOT:r_69",64,64);
Digit2[ 2 ] = CreateSprite(288.0,Y,"LD_SLOT:r_69",64,64);
Digit3[ 2 ] = CreateSprite(362.0,Y,"LD_SLOT:r_69",64,64);
// bells (x500)
Digit1 = CreateSprite(214.0,Y,"LD_SLOT:bell",64,64);
Digit2 = CreateSprite(288.0,Y,"LD_SLOT:bell",64,64);
Digit3 = CreateSprite(362.0,Y,"LD_SLOT:bell",64,64);
// Bars [1 bar] (x1000)
Digit1 = CreateSprite(214.0,Y,"LD_SLOT:bar1_o",64,64);
Digit2 = CreateSprite(288.0,Y,"LD_SLOT:bar1_o",64,64);
Digit3 = CreateSprite(362.0,Y,"LD_SLOT:bar1_o",64,64);
// Bars [2 bar] (x2000)
Digit1 = CreateSprite(214.0,Y,"LD_SLOT:bar2_o",64,64);
Digit2 = CreateSprite(288.0,Y,"LD_SLOT:bar2_o",64,64);
Digit3 = CreateSprite(362.0,Y,"LD_SLOT:bar2_o",64,64);
ReadyText=TextDrawCreate(320.0,Y+1.4,"~w~KASINO~n~~b~ ~k~~PED_SPRINT~ ~w~- ~g~gamble~n~~b~~k~~VEHICLE_ENTER_EXIT~ ~w~- ~r~exit~n~~b~~k~~PED_JUMPING~ ~w~- ~y~increase Bet");
TextDrawUseBox(ReadyText,1);
TextDrawFont(ReadyText,2);
TextDrawSetShadow(ReadyText,0);
TextDrawSetOutline(ReadyText,1);
TextDrawLetterSize(ReadyText,0.3,1.23);
TextDrawAlignment(ReadyText,2);
TextDrawBoxColor(ReadyText,0x00000077);
TextDrawTextSize(ReadyText,350,210);
for(new i; i < MAX_PLAYERS; i++)
{
BetText=TextDrawCreate(195.0,Y+58,"~y~Ulog: 5$");
TextDrawFont(BetText,2);
TextDrawLetterSize(BetText,0.35,0.8);
TextDrawSetShadow(BetText,0);
TextDrawSetOutline(BetText,1);
}
return 1;
}Slike(Neobavezno): Do ovde baca errore--->: http://imgur.com/a/XtuM9
Nesto da dodam: Molim za pomoc sto pre,veoma mi je hitno,HVALA SVIMA UNAPRED!!! <3
