Hallo liebe Com!
Ich habe 6 errors im Script doch bekomme ich diese nicht weg könnte mir jemand helfen?
Am besten fände ich Teamviewer das die errors so weit vertreut sind!
Naja aber ich werde die hier mal posten
D:\Pawn\0.3C BETA\0.3c\Server\gamemodes\YNR.pwn(1091) : error 018: initialization data exceeds declared size
D:\Pawn\0.3C BETA\0.3c\Server\gamemodes\YNR.pwn(1093) : error 010: invalid function or declaration
D:\Pawn\0.3C BETA\0.3c\Server\gamemodes\YNR.pwn(3011) : error 047: array sizes do not match, or destination array is too small
D:\Pawn\0.3C BETA\0.3c\Server\gamemodes\YNR.pwn(3784) : error 047: array sizes do not match, or destination array is too small
D:\Pawn\0.3C BETA\0.3c\Server\gamemodes\YNR.pwn(9723) : error 047: array sizes do not match, or destination array is too small
D:\Pawn\0.3C BETA\0.3c\Server\gamemodes\YNR.pwn(9767) : error 047: array sizes do not match, or destination array is too small
Hoffe es hat jemand ein Paar minuten für mich Zeit damit er sich das script anschaut
//edit
{2783.6541,1730.8477,10.8203,2.0}, //Zugfahrer Zeile 1091
{1457.5234,2773.6489,10.8203,2.0} //Vongola_CP
}; //Zeile 1093
new RennPosiionen[22];
if(IsPlayerConnected(i))
{
if(isPlayerInArea(i,checkCoords[7])) // 3011
{ PlayerPlaySoundEx(i, soundids[rand]); }
}
if(IsPlayerConnected(i) && disablepoints[i] == false) {
for(new j=0; j < MAX_CHECKPOINTS; j++) {
if(isPlayerInArea(i, checkCoords[j])) { // 3784
if(playerCheckpoint[i]!=j) {
DisablePlayerCheckpoint(i);
if(IsPlayerInAnyVehicle(playerid))
{
if(!isPlayerInArea(playerid,checkCoords[30])) // 9723
{
new Float:x,Float:y,Float:z,Float:a;
new vid = GetPlayerVehicleID(playerid);
GetVehiclePos(vid,x,y,z);
GetVehicleZAngle(vid,a);
vi = CreateVehicleEx(inhalt[TID], x, y, z, a, -1, -1, 3600000);
if(isPlayerInArea(playerid, checkCoords[30])) //9767
{
kaputtnach[vi] = 500;
new string1[MAX_STRING];
Hier bitte