SA-MP Forums Archive
[HELP] gl_common.inc - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] gl_common.inc (/showthread.php?tid=341054)



[HELP] gl_common.inc - V4at - 09.05.2012

When i add:

Код:
#include "../include/gl_common.inc" // for PlaySoundForPlayersInRange()
Me shows:

Код:
../include/gl_common.inc(80) : error 021: symbol already defined: "strtok"
../include/gl_common.inc(95) : error 047: array sizes do not match, or destination array is too small
../include/gl_common.inc(139) : error 021: symbol already defined: "isNumeric"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
How to fix that?


Re: [HELP] gl_common.inc - doreto - 09.05.2012

remove new strtok and new isNumeric you have already define then


Re: [HELP] gl_common.inc - James Coral - 09.05.2012

open gl_common > press CTRL + F and put there strtok and delete it ... to it with innumberic too
i think i know what gm you useing