Hallo ich habe mir ravensroleplay geholt und bekomme beim compilen 26 errors (habe strtok auch schon mal entfernt habe dann aber immer noch 26)
Code
C:\Users\Cecil\Desktop\larp.pwn(25079) : error 021: symbol already defined: "strtok"
C:\Users\Cecil\Desktop\larp.pwn(25094) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(26607) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(26667) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(26720) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(27395) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(27454) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28135) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28163) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28174) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28234) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28501) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28528) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28558) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28566) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28600) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28608) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28641) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28686) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28749) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28807) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28815) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28850) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(28858) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(29053) : error 047: array sizes do not match, or destination array is too small
C:\Users\Cecil\Desktop\larp.pwn(29107) : error 047: array sizes do not match, or destination array is too small
Alles anzeigen
INCLUDES:#include <a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
#include <a_npc>
#include <streamer>
#include <Dini>
#include <dutils>