SA-MP Forums Archive
Help fast pls - 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 fast pls (/showthread.php?tid=507474)



Help fast pls - MORJAN1122 - 17.04.2014

Can help me whit this error pls fast
Код:
C:\Users\morjan\Documents\sadsadsadsadas\pawno\include\dutils.inc(448) : error 017: undefined symbol "ret_memcpy"
C:\Users\morjan\Documents\sadsadsadsadas\pawno\include\dutils.inc(450) : error 017: undefined symbol "ret_memcpy"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.



Re: Help fast pls - Bingo - 17.04.2014

Add this.

pawn Код:
#pragma unused ret_memcpy



Re: Help fast pls - MORJAN1122 - 17.04.2014

Error still ? why ?


Re: Help fast pls - Bingo - 17.04.2014

Where did you added?

Add it just above the thing, Or that'd be better, Show codes.


Re: Help fast pls - gekas - 17.04.2014

pawn Код:
new ret_memcpy
Or
pawn Код:
new ret_memcpy[MAX_PLAYERS]



Re: Help fast pls - MORJAN1122 - 17.04.2014

Quote:
Originally Posted by Bingo
Посмотреть сообщение
Where did you added?

Add it just above the thing, Or that'd be better, Show codes.
show the lines of error

lines have errors
Код:
//Weapon names
new aWeaponNames[][55] = {
	{"Unarmed (Fist)"}, // 0
	{"Brass Knuckles"}, // 1
	{"Golf Club"}, // 2
	{"Night Stick"}, // 3
	{"Knife"}, // 4
	{"Baseball Bat"}, // 5
	{"Shovel"}, // 6
	{"Pool Cue"}, // 7
	{"Katana"}, // 8
	{"Chainsaw"}, // 9
	{"Purple Dildo"}, // 10
	{"Big White Vibrator"}, // 11
	{"Medium White Vibrator"}, // 12
	{"Small White Vibrator"}, // 13
	{"Flowers"}, // 14
	{"Cane"}, // 15
	{"Grenade"}, // 16
	{"Teargas"}, // 17
	{"Molotov"}, // 18
	{" "}, //19
	{" "}, //20
	{" "}, //21
	{"Colt 45"}, // 22
	{"Colt 45 (Silenced)"}, // 23
	{"Desert Eagle"}, // 24
	{"Normal Shotgun"}, // 25
	{"Sawnoff Shotgun"}, // 26
	{"Combat Shotgun"}, // 27
	{"Micro Uzi (Mac 10)"}, // 28
	{"MP5"}, // 29
	{"AK47"}, // 30
	{"M4"}, // 31
	{"Tec9"}, // 32
	{"Country Rifle"}, // 33
	{"Sniper Rifle"}, // 34
	{"Rocket Launcher"}, // 35
	{"Heat-Seeking Rocket Launcher"}, // 36
	{"Flamethrower"}, // 37
	{"Minigun"}, // 38
	{"Satchel Charge"}, // 39
	{"Detonator"}, // 40
	{"Spray Can"}, // 41
	{"Fire Extinguisher"}, // 42
	{"Camera"}, // 43
	{"Night Vision Goggles"}, // 44
	{"Infrared Vision Goggles"}, // 45
	{"Parachute"}, // 46
	{"Fake Pistol"}, // 47
	{"Unknown"}, //48
	{"Vehicle"}, //49
	{"Helicopter Blades"}, //50
	{"Explosion"}, //51
	{"Unknown"}, //52
	{"Drowned"}, //53
	{"Explosion"} //54
};



Re: Help fast pls - Bingo - 17.04.2014

Show me lines 448 and 450.

And also show where you added #pragma unused ret_memcpy


Re: Help fast pls - MORJAN1122 - 17.04.2014

Код:
line:448	{" "}, //20
line:449	{" "}, //21
line:450	{"Colt 45"}, // 22



Re: Help fast pls - Bingo - 17.04.2014

Try to update dutlis.inc

Download here.


Re: Help fast pls - MORJAN1122 - 17.04.2014

i download it before