Strange error while using stocks
#1

Code:
Код:
stock Doors(playerid)
{
        new string[128];
	CreateDynamicPickup(dInfo[doorid][Pickup], 1, 100, 100, 100, 0);
	format(string, sizeof(string), "%s", PN(playerid));
	CreateDynamic3DTextLabel(string, COLOR_WHITE, 100, 100, 100,, 15);
}
I get error:
Код:
error 017: undefined symbol "CreateDynamicPickup"
Reply


Messages In This Thread
Strange error while using stocks - by SandKing94 - 21.05.2015, 08:32
Re: Strange error while using stocks - by FinStar - 21.05.2015, 08:35
Re: Strange error while using stocks - by Sithis - 21.05.2015, 08:39
Re: Strange error while using stocks - by kyriakos587 - 21.05.2015, 11:58

Forum Jump:


Users browsing this thread: 1 Guest(s)