Problem - Business System
#1

Hello guys...

I have a problem with create and destroy dynamicpickup so,take a look:

Errors:

PHP код:
C:\Users\Dino Covic\Desktop\SAMP Server\gamemodes\Server_Skripta.pwn(586) : error 017undefined symbol "DestroyDynamicPickup"
C:\Users\Dino Covic\Desktop\SAMP Server\gamemodes\Server_Skripta.pwn(587) : error 017undefined symbol "DestroyDynamicPickup"
C:\Users\Dino Covic\Desktop\SAMP Server\gamemodes\Server_Skripta.pwn(588) : error 017undefined symbol "CreateDynamicPickup"
C:\Users\Dino Covic\Desktop\SAMP Server\gamemodes\Server_Skripta.pwn(589) : error 017undefined symbol "CreateDynamicPickup"
C:\Users\Dino Covic\Desktop\SAMP Server\gamemodes\Server_Skripta.pwn(645) : error 017undefined symbol "DestroyDynamicPickup"
C:\Users\Dino Covic\Desktop\SAMP Server\gamemodes\Server_Skripta.pwn(848) : error 017undefined symbol "CreateDynamicPickup"
C:\Users\Dino Covic\Desktop\SAMP Server\gamemodes\Server_Skripta.pwn(849) : error 017undefined symbol "CreateDynamicPickup"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
7 Errors

Lines:

PHP код:
586: if(BusinessInfo[id][bOutsideIcon]) DestroyDynamicPickup(BusinessInfo[id][bOutsideIcon]); 
PHP код:
587: if(BusinessInfo[id][bInsideIcon]) DestroyDynamicPickup(BusinessInfo[id][bInsideIcon]); 
PHP код:
588anceZ], BusinessInfo[id][bWorld]);//Creates a pickup at your location 
PHP код:
589BusinessInfo[id][bInsideIcon] = CreateDynamicPickup(12721BusinessInfo[id][bExitX], BusinessInfo[id][bExitY], BusBusinessInfo[id][bOutsideIcon] = CreateDynamicPickup(12721BusinessInfo[id][bEntranceX], BusinessInfo[id][bEntranceY], BusinessInfo[id][bEntrinessInfo[id][bExitZ], BusinessInfo[id][bInsideWorld]);//Creates a pickup at your location 
PHP код:
645: if(BusinessInfo[id][bOutsideIcon]) DestroyDynamicPickup(BusinessInfo[id][bOutsideIcon]);//Destroys the pickup. 
PHP код:
848BusinessInfo[idx][bOutsideIcon] = CreateDynamicPickup(12721BusinessInfo[idx][bEntranceX], BusinessInfo[idx][bEntranceY], BusinessInfo[idx][bEntranceZ], BusinessInfo[idx][bWorld]); //Creates a pickup at the business entrance. 
PHP код:
849BusinessInfo[idx][bInsideIcon] = CreateDynamicPickup(12721BusinessInfo[idx][bExitX], BusinessInfo[idx][bExitY], BusinessInfo[idx][bExitZ], BusinessInfo[idx][bInsideWorld]); //Creates a pickup at the exit(Inside the interior) 
Repp+ for help!
Reply


Messages In This Thread
Problem - Business System - by NoDi522 - 07.03.2015, 13:33
Respuesta: Problem - Business System - by JuanStone - 07.03.2015, 13:35
Re: Problem - Business System - by NoDi522 - 07.03.2015, 13:45
Re: Problem - Business System - by X337 - 07.03.2015, 13:49
Re: Problem - Business System - by NoDi522 - 07.03.2015, 13:53
Re: Problem - Business System - by ATGOggy - 07.03.2015, 14:17
Re: Problem - Business System - by NoDi522 - 07.03.2015, 14:19
Re: Problem - Business System - by ATGOggy - 07.03.2015, 14:29
Re: Problem - Business System - by NoDi522 - 07.03.2015, 14:34

Forum Jump:


Users browsing this thread: 1 Guest(s)