18.08.2012, 22:44
Код:
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)
Код:
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
Код:
YCMD:createbiz(playerid, params[])
link im using to make it