Hallo Breadfish,
Ich habe in meinem Script einen Error:
PHP
		
			C:\Users\--\--\--\--\--.pwn(21) : error 017: undefined symbol "CreateDynamic3DTextLabel"Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
	
	stock CreatePickupEx(modelid, spawntype, Float:x, Float:y, Float:z, text[])
{
	CreateDynamic3DTextLabel(text, COLOR_LIGHTBLUE, x, y, z, 15.0);
	return CreatePickup(modelid, spawntype, x, y, z);
}