Ich habe Errors von dem Script: [ SCRIPTING ] [GF-Tutorial] & [NON-GF-Tutorial] : Fahrschule Mit Fragen Erstellen V.2.0 [Erfordert Grundwissen]
ZitatAlles anzeigenC:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7441) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7451) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7457) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7476) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7482) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7490) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7490) : error 004: function "testt4" is not implemented
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7496) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7508) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7527) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7547) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7559) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7572) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7572) : error 004: function "testt3" is not implemented
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7579) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7606) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7606) : error 004: function "testt2" is not implemented
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(7631) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45293) : error 004: function "testt1" is not implemented
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45336) : error 029: invalid expression, assumed zero
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45336) : error 004: function "testt1" is not implemented
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45338) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45339) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45340) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45340) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45341) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45342) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45342) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45343) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45344) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45346) : error 029: invalid expression, assumed zero
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45346) : error 004: function "testt2" is not implemented
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45348) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45349) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45350) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45350) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45351) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45352) : warning 217: loose indentation
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45352) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45353) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45354) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45355) : error 017: undefined symbol "playerid"
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45357) : error 029: invalid expression, assumed zero
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45357) : error 004: function "testt3" is not implemented
C:\Users\sebastiancheff\Desktop\GF Edit\xr4.5.pwn(45359) : error 017: undefined symbol "playerid"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Zeile 7490:
switch(row)
{
case 0:
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Gratuliere für die richtige Antwort! Es folgt Frage 4.");
ShowMenuForPlayer(test4,playerid);
testt4(playerid); //7490
}
Zeile 7606:
case 2:
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Gratuliere für die richtige Antwort, es folgt Frage 2.");
ShowMenuForPlayer(test2,playerid);
testt2(playerid); //7606
}
Und so weiter...
Ich hoffe ihr könnt mir helfen...
MFG
Fringe