Jump to content

Question

Posted

[pawn](21) : fatal error 100: cannot read from file: "Rotative"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

[/pawn]

Cum pot rezolva asta e un define linia 21

P.s is praf la pawn

4 answers to this question

Recommended Posts

Posted

[pawn]C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\pawno\include\JunkBuster.inc(3248) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")

C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\gamemodes\Teddy23.pwn(237) : warning 201: redefinition of constant/macro (symbol "COLOR_15th")

C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\gamemodes\Teddy23.pwn(6359) : error 017: undefined symbol "Audio_RemoveEAX"

C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\gamemodes\Teddy23.pwn(6360) : error 017: undefined symbol "Audio_SetEAX"

C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\gamemodes\Teddy23.pwn(6364 -- 6365) : error 017: undefined symbol "Audio_RemoveEAX"

C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\gamemodes\Teddy23.pwn(10991) : warning 209: function "JB_OnPlayerConnect" should return a value

C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\gamemodes\Teddy23.pwn(32846) : error 021: symbol already defined: "strtok"

C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\gamemodes\Teddy23.pwn(32861) : error 047: array sizes do not match, or destination array is too small

C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\gamemodes\Teddy23.pwn(47505) : warning 217: loose indentation

C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\gamemodes\Teddy23.pwn(50308) : warning 202: number of arguments does not match definition

C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\gamemodes\Teddy23.pwn(50308) : warning 202: number of arguments does not match definition

C:\Users\Doggy\Desktop\samp03x_svr_R1-2_win32\gamemodes\Teddy23.pwn(64829) : warning 219: local variable "div" shadows a variable at a preceding level

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

5 Errors.

[/pawn]

prima data mia dat acea eroare cu rotative acum astea

Posted

Dane linia

EX:

nr liniei ................................  in loc de ........ pui linia

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Posted

liniile 6359-6365

[pawn] Info( playerid, Str, 5000 );

cmd_radio ( playerid,  " ");

Audio_RemoveEAX( playerid);

Audio_SetEAX( playerid, listitem );

}

else

{

Info( playerid, "~r~~h~Audio EAX Effect~w~ removed.", 5000 ),

  Audio_RemoveEAX( playerid ),

  cmd_radio ( playerid,  " ");

            for ( new i = 0; i < RadioCount + 1; i++ ){ Audio_Stop(playerid, i);}

Audio_PlayStreamed( playerid, R_DATA[ GetPVarInt( playerid, "RadioCount" ) ][ RadioURL ] );

  }

}cmd_radio( playerid, "");

}[/pawn]

32846-32861[pawn] while (idx < sizeof(CarInfo))

{

new coordsstring[256];

new license = CarInfo[idx][cLicense];

format(coordsstring, sizeof(coordsstring), "%d,%f,%f,%f,%f,%d,%d,%s,%s,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d\n",

CarInfo[idx][cModel],//

CarInfo[idx][cLocationx],//

CarInfo[idx][cLocationy],//

CarInfo[idx][cLocationz],//

CarInfo[idx][cAngle],//

CarInfo[idx][cColorOne],//

CarInfo[idx][cColorTwo],//

CarInfo[idx][cOwner],//

CarInfo[idx][cDescription],//

CarInfo[idx][cValue],//

license,//

CarInfo[idx][cOwned],//

CarInfo[idx][cLock],

CarInfo[idx][cComponent0],

CarInfo[idx][cComponent1],

CarInfo[idx][cComponent2],

CarInfo[idx][cComponent3],

CarInfo[idx][cComponent4],

CarInfo[idx][cComponent5],

CarInfo[idx][cComponent6],

CarInfo[idx][cComponent7],

CarInfo[idx][cComponent8],

CarInfo[idx][cComponent9],

CarInfo[idx][cComponent10],

CarInfo[idx][cComponent11],

CarInfo[idx][cComponent12],

CarInfo[idx][cComponent13]);

if(idx == 258)

{

file2 = fopen("Cfg/Cars.cfg", io_write);

}

else[/pawn]

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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.