- 0
Erori la compilare
-
Similar Content
-
- 0 replies
- 482 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
vbicompany
Stiu ca va-ti saturat de problemele mele , si sper ca asta sa fie ultima. Cand vreau sa modific numele imi da niste erorii care numa nu reusesc sa le rezolv .
[pawn]C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\pawno\include\streamer.inc(297) : warning 202: number of arguments does not match definition
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\pawno\include\streamer.inc(304) : error 025: function heading differs from prototype
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(1618) : error 021: symbol already defined: "Time"
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(4275) : error 021: symbol already defined: "OnPlayerUpdate"
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(5489) : warning 209: function "Streamer_OnPlayerDisconnect" should return a value
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(22860) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(22861) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(22862) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(22863) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(22864) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(22865) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(22866) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(22867) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(23238) : error 021: symbol already defined: "strtok"
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(23253) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(69398) : error 021: symbol already defined: "JBC_TempBanCheck"
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(72759) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(72769) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(72888) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(72908) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\RYder\Desktop\bsGaming1 (4)\bsGaming1\bsGaming1\gamemodes\BiGSmoke5.pwn(72915) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase[/pawn]
Linia 304
[pawn]forward ChangeWeather();[/pawn]
Linia 1618
[pawn]new Text:Time;[/pawn]
Linia 4275
[pawn]{[/pawn] > ciudat
Linia 22860 - 22867
[pawn] Time = TextDrawCreate(546.000000, 35.000000, "--");
TextDrawBackgroundColor(Time, COLOR_BLACK);
TextDrawFont(Time, 3);
TextDrawLetterSize(Time, 0.379999, 0.899999);
TextDrawColor(Time, COLOR_LIGHTBLUE);
TextDrawSetOutline(Time, 1);
TextDrawSetProportional(Time, 1);
TextDrawSetShadow(Time, 1);[/pawn]
Linia 23238
[pawn]{[/pawn] > din nou nu inteleg lucrul acesta .
Linia 23253
[pawn]return result;[/pawn]
Linia 69398
[pawn]{[/pawn]
Linia 72759
[pawn]TBuilder=strtok(templine,idx);[/pawn]
Linia 72769
[pawn]TempLapper=strtok(templine,idx);[/pawn]
Linia 72888
[pawn]CBuilder=strtok(templine,i); // read off RACEBUILDER[/pawn]
Linia 72908
[pawn]TopRacers[j]=strtok(templine,i);[/pawn]
Linia 72915
[pawn]TopLappers[j]=strtok(templine,i);[/pawn]
Invat ca sa Invat.
2 answers to this question
Recommended Posts