business system trouble - 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: business system trouble (
/showthread.php?tid=370054)
business system trouble -
trapstar2020 - 18.08.2012
Код:
BusinessInfo[idx][bOutsideIcon] = CreateDynamicPickup(1272, 1, BusinessInfo[idx][bEntranceX], BusinessInfo[idx][bEntranceY], BusinessInfo[idx][bEntranceZ], BusinessInfo[idx][bWorld]); //Creates a pickup at the business entrance.
BusinessInfo[idx][bInsideIcon] = CreateDynamicPickup(1272, 1, BusinessInfo[idx][bExitX], BusinessInfo[idx][bExitY], BusinessInfo[idx][bExitZ], BusinessInfo[idx][bInsideWorld]); //Creates a pickup at the exit(Inside the interior)
202 & 203 errors
Код:
C:\Documents and Settings\Kareem\Desktop\Server\gamemodes\CnR.pwn(202) : error 017: undefined symbol "CreateDynamicPickup"
C:\Documents and Settings\Kareem\Desktop\Server\gamemodes\CnR.pwn(203) : error 017: undefined symbol "CreateDynamicPickup"
C:\Documents and Settings\Kareem\Desktop\Server\gamemodes\CnR.pwn(309) : error 017: undefined symbol "@yC_createbiz"
C:\Documents and Settings\Kareem\Desktop\Server\gamemodes\CnR.pwn(309) : error 017: undefined symbol "@yC_createbiz"
C:\Documents and Settings\Kareem\Desktop\Server\gamemodes\CnR.pwn(309) : error 017: undefined symbol "i"
C:\Documents and Settings\Kareem\Desktop\Server\gamemodes\CnR.pwn(309) : fatal error 107: too many error messages on one line
309 error
Код:
YCMD:createbiz(playerid, params[])
https://sampforum.blast.hk/showthread.php?tid=349466
link im using to make it
Re: business system trouble -
Youice - 18.08.2012
do you have "streamer" include, included in your script?
Re: business system trouble -
AliveBG - 19.08.2012
#include <streamer>, in bottom of #include <a_samp>.
and check if you don't have streamer.
Re: business system trouble -
trapstar2020 - 19.08.2012
i have streamer included
Re: business system trouble -
RanSEE - 19.08.2012
Please paste the whole "createbiz command.