Ich denke mal davon gibt es schon genug Threads aber ich frag einfach mal:
Ich "glaub" ich hab nen Klammerfehler. Hab das Script schon durchgesucht. Deswegen hab ich jetzt 2 Fragen:
1. Ist das nen Klammerfehler überhaupt:
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(179) : error 017: undefined symbol "Create3DTextLabel"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(180) : error 017: undefined symbol "Create3DTextLabel"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(181) : error 017: undefined symbol "Create3DTextLabel"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(182) : error 017: undefined symbol "Create3DTextLabel"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(183) : error 017: undefined symbol "Create3DTextLabel"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(184) : error 017: undefined symbol "Create3DTextLabel"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(185) : error 017: undefined symbol "Create3DTextLabel"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(186) : error 017: undefined symbol "Create3DTextLabel"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(187) : error 017: undefined symbol "Create3DTextLabel"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(188) : error 017: undefined symbol "Create3DTextLabel"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(189) : error 017: undefined symbol "Create3DTextLabel"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(530) : warning 202: number of arguments does not match definition
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(572) : error 017: undefined symbol "ShowPlayerDialog"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(580) : error 017: undefined symbol "ShowPlayerDialog"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(733) : error 017: undefined symbol "ShowPlayerDialog"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1073) : error 017: undefined symbol "ShowPlayerDialog"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1091) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1157) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1686) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1699) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1722) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1741) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1743) : error 017: undefined symbol "ShowPlayerDialog"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1761) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1795) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1797) : error 017: undefined symbol "ShowPlayerDialog"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1792) : warning 203: symbol is never used: "playerid"
C:\Dokumente und Einstellungen\Patrick Jansch\Desktop\SAMP\gamemodes\sf.pwn(1811) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
2. Gibt es ne möglichkeit den fehler i.wie schnell und einfach zu finden ?