Hallo Community,
Kann mir einer sagen wie ich ein 0.3d Script zu einem 0.3e Script umwandeln kann?
Ich bedanke mich im vorrauf
MFG,
GunthAA_Schulz
Hallo Community,
Kann mir einer sagen wie ich ein 0.3d Script zu einem 0.3e Script umwandeln kann?
Ich bedanke mich im vorrauf
MFG,
GunthAA_Schulz
Einfach von http://www.sa-mp.com den neuen 0.3e-Server downloaden. Dort sind die neuen 0.3e-Includes mitdrin. Jetzt kopierst du dein Script in den Gamemode-Ordner des neuen Servers (Filterscripts, Scriptfiles & Plugins natürlich auch..) und compilest es neu. Mehr ist das nicht.
Verwende die neuen Includes vom Samp 0.3e und pack sie in dein Includes Ordner.
Dann verwende die neue Samp Server exe, sonst wird dein Server nicht starten.
Compile dein Script neu, fertig.
jetzt steht da ich brauche w_baum.inc ,utils.inc usw. Aber die waren gar nicht beim neuen Server dabei!?
Könnt ihr mir weiterhelfen?
Die hast du in dem alten "Server" drin unter pawno/includes. Kopier die da raus, aber nicht alle Includes rauskopieren, sonst hast du wieder manche alten..
jetzt habe ich auf einmal26 Errors obwohl das Script bei 0.3d auch keine Errors hatte!?
Und die wären?
..
E:\Dokumente und Einstellungen\Administrator\Desktop\Neuer Ordner (5)\pawno\include\bfx_objects.inc(247) : warning 217: loose indentation
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(6270) : warning 225: unreachable code
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(18581) : error 017: undefined symbol "Time"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(18583) : error 017: undefined symbol "Time"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(19514) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(19514) : error 033: array must be indexed (variable "cmd")
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20221) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20221) : error 033: array must be indexed (variable "tmp")
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20255) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20255) : error 033: array must be indexed (variable "tmp")
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20607) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20607) : error 033: array must be indexed (variable "tmp")
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20832) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20832) : error 033: array must be indexed (variable "x_nr")
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20842) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20842) : error 033: array must be indexed (variable "tmp")
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20872) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20872) : error 033: array must be indexed (variable "tmp")
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20916) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20916) : error 033: array must be indexed (variable "x_nr")
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20926) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20926) : error 033: array must be indexed (variable "tmp")
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20956) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(20956) : error 033: array must be indexed (variable "tmp")
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(21095) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(21095) : error 033: array must be indexed (variable "tmp")
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(21103) : error 017: undefined symbol "strtok"
E:\Dokumente und Einstellungen\Administrator\Desktop\SA-MP\SaR.pwn(21103) : error 033: array must be indexed (variable "tmp")
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Klammerfehler.... Wen das script größer ist, zähle die offenen und zuen klammern in Notepat++
Da wird das ganz toll angezeigt!
Hey.. ist kein Klammerfehler.
Erst überlegen..dann posten
einfach das
strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string[index] <= ' '))
{
index++;
}
new offset = index;
new result[20];
while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string[index];
index++;
}
result[index - offset] = EOS;
return result;
}
ins Script einfügen
dann noch unter OnPlayerCommandText tmp definieren.
Time musst auch noch definieren. Aber kp wie, dazu bräuchte ich paar zeilen wo die Variable drin vor kommt
Lg RedFLy
Hallo Leute
Sry Aber ich hab es irgentwie nicht verstanden Kann es mir jemand besser Erklären oder ein Tutoriel Machen
Das Wäre Sehr Sehr Nett
Mit freundlichen Grüßen THUGLIFE452