Ok here it is the problem is that when i try to use dutils in our gm with zcmd this happens
Please help me on this :)
Code:
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(120) : error 021: symbol already defined: "SetPlayerPos"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(121) : error 021: symbol already defined: "SetPlayerPosFindZ"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(122) : error 021: symbol already defined: "GetPlayerPos"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(123) : error 021: symbol already defined: "SetPlayerFacingAngle"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(124) : error 021: symbol already defined: "GetPlayerFacingAngle"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(125) : error 021: symbol already defined: "IsPlayerInRangeOfPoint"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(126) : error 021: symbol already defined: "GetPlayerDistanceFromPoint"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(127) : error 021: symbol already defined: "IsPlayerStreamedIn"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(128) : error 021: symbol already defined: "SetPlayerInterior"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(129) : error 021: symbol already defined: "GetPlayerInterior"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(130) : error 021: symbol already defined: "SetPlayerHealth"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(131) : error 021: symbol already defined: "GetPlayerHealth"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(132) : error 021: symbol already defined: "SetPlayerArmour"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(133) : error 021: symbol already defined: "GetPlayerArmour"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(134) : error 021: symbol already defined: "SetPlayerAmmo"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(135) : error 021: symbol already defined: "GetPlayerAmmo"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(136) : error 021: symbol already defined: "GetPlayerWeaponState"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(137) : error 021: symbol already defined: "GetPlayerTargetPlayer"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(138) : error 021: symbol already defined: "GetPlayerTargetActor"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(139) : error 021: symbol already defined: "SetPlayerTeam"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(140) : error 021: symbol already defined: "GetPlayerTeam"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(141) : error 021: symbol already defined: "SetPlayerScore"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(142) : error 021: symbol already defined: "GetPlayerScore"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(143) : error 021: symbol already defined: "GetPlayerDrunkLevel"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(144) : error 021: symbol already defined: "SetPlayerDrunkLevel"
C:\Users\user\Desktop\Samp Scripters Softwares\pawno\include\zcmd.inc(145) : error 021: symbol already defined: "SetPlayerColor"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase