SA-MP Forums Archive
[Help]DOO Errors - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help]DOO Errors (/showthread.php?tid=162301)



[Help]DOO Errors - John_Cooper - 22.07.2010

I get these errors when trying to compile my script

Код:
D:\NEWFOL~1\MYDOCU~1\NEWFOL~1\script\pawno\PENLSB~1.PWN(37158) : error 021: symbol already defined: "DOO_SetPlayerPos"
D:\NEWFOL~1\MYDOCU~1\NEWFOL~1\script\pawno\PENLSB~1.PWN(37159) : warning 202: number of arguments does not match definition
D:\NEWFOL~1\MYDOCU~1\NEWFOL~1\script\pawno\PENLSB~1.PWN(37159) : warning 202: number of arguments does not match definition
D:\NEWFOL~1\MYDOCU~1\NEWFOL~1\script\pawno\PENLSB~1.PWN(37159) : warning 202: number of arguments does not match definition
D:\NEWFOL~1\MYDOCU~1\NEWFOL~1\script\pawno\PENLSB~1.PWN(37166) : error 021: symbol already defined: "DOO_SetVehiclePos"
D:\NEWFOL~1\MYDOCU~1\NEWFOL~1\script\pawno\PENLSB~1.PWN(37171) : warning 202: number of arguments does not match definition
D:\NEWFOL~1\MYDOCU~1\NEWFOL~1\script\pawno\PENLSB~1.PWN(37171) : warning 202: number of arguments does not match definition
D:\NEWFOL~1\MYDOCU~1\NEWFOL~1\scrpt\pawno\PENLSB~1.PWN(37171) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.



Re: [Help]DOO Errors - Яσскѕтая - 22.07.2010

You already defined it, search for it and remove one of them.