Some errors while compiling
#3

got this then
Код:
C:\Users\endlesscrap\Desktop\STG\gamemodes\dmrace.pwn(941) : error 017: undefined symbol "set"
C:\Users\endlesscrap\Desktop\STG\gamemodes\dmrace.pwn(942) : error 017: undefined symbol "strreplace"
C:\Users\endlesscrap\Desktop\STG\gamemodes\dmrace.pwn(942) : error 033: array must be indexed (variable "tmp")
C:\Users\endlesscrap\Desktop\STG\gamemodes\dmrace.pwn(943) : error 017: undefined symbol "strreplace"
C:\Users\endlesscrap\Desktop\STG\gamemodes\dmrace.pwn(943) : error 033: array must be indexed (variable "tmp")
Код:
stock trcar(car[]) {
  new tmp[MAX_STRING];
  set(tmp,car);
  tmp=strreplace("[","(",tmp);
  tmp=strreplace("]",")",tmp);
  return tmp;
}
Reply


Messages In This Thread
Some errors while compiling - by houssam501 - 09.06.2016, 13:04
Re: Some errors while compiling - by SyS - 09.06.2016, 13:09
Re: Some errors while compiling - by houssam501 - 09.06.2016, 13:41
Re: Some errors while compiling - by Stinged - 09.06.2016, 14:09
Re: Some errors while compiling - by houssam501 - 09.06.2016, 15:30
Re: Some errors while compiling - by houssam501 - 09.06.2016, 16:07
Re: Some errors while compiling - by Sjn - 09.06.2016, 16:21

Forum Jump:


Users browsing this thread: 3 Guest(s)