business system trouble
#1

Код:
    
    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
Reply
#2

do you have "streamer" include, included in your script?
Reply
#3

#include <streamer>, in bottom of #include <a_samp>.
and check if you don't have streamer.
Reply
#4

i have streamer included
Reply
#5

Please paste the whole "createbiz command.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)