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
#2

Download Streamer here https://sampforum.blast.hk/showthread.php?tid=102865
Reply
#3

Make sure to #include the streamer as well.
Reply
#4

Hold CTRL + F and search #include <a_samp> and then go 1 line down and add #include <streamer>

If says Cant found streamer... Download from Here: https://sampforum.blast.hk/showthread.php?tid=102865
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)