Strange error while using stocks - 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: Strange error while using stocks (
/showthread.php?tid=574851)
Strange error while using stocks -
SandKing94 - 21.05.2015
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"
Re: Strange error while using stocks -
FinStar - 21.05.2015
Download Streamer here
https://sampforum.blast.hk/showthread.php?tid=102865
Re: Strange error while using stocks -
Sithis - 21.05.2015
Make sure to #include the streamer as well.
Re: Strange error while using stocks -
kyriakos587 - 21.05.2015
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