Hallo,
soeben musste ich alle Includes, die ich benötige neu herunterladen. Das liegt daran, dass ich ausversehen Pawno gelöscht habe.
Jetzt habe ich mir alle notwendigen Includes neu beschafft.
C
#include <a_samp> // a-Include
#include <a_zones> // a-Include
#include <ag> // Weiß ich selber nicht genau xD ...
#include <streamer> // Incognito's Streamer Plugin
#include <dudb>
#include <Double-O-Icons2>
Allerdings zeigt der Pawn-Compiler mir jetzt 26 Errors an (es wurde nichts am Gamemode verändert!) ...
Code
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4046) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4221) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4245) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4261) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4297) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4304) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4320) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4327) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4343) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4350) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4365) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4384) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4398) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4415) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4428) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4444) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4461) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4478) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4500) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4522) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4529) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4563) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4568) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4665) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4673) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\...\Desktop\Testserver\gamemode.pwn(4717) : error 047: array sizes do not match, or destination array is too small
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Alles anzeigen
In den jeweiligen Zeilen befinden sich eigentlich hauptsächlich strtok-Funktionen und irgendwelche Variablen (kann sehr gut sein, dass alle Errors im Callback OnPlayerCommandText sind).
Ich hoffe, jemand kann mir helfen.