16.04.2018, 21:22
Quote:
|
Hello my server shows this errors pls help me!!
C:\Users\ARMANDO4\Documents\Servidor sa-mp\pawno\include\ColAndreas.inc(1041) : error 010: invalid function or declaration C:\Users\ARMANDO4\Documents\Servidor sa-mp\pawno\include\ColAndreas.inc(1044) : error 021: symbol already defined: "CA_CreateObject_DC" C:\Users\ARMANDO4\Documents\Servidor sa-mp\pawno\include\ColAndreas.inc(1042) : error 010: invalid function or declaration C:\Users\ARMANDO4\Documents\Servidor sa-mp\pawno\include\ColAndreas.inc(1042 -- 1047) : error 021: symbol already defined: "CA_DestroyObject_DC" C:\Users\ARMANDO4\Documents\Servidor sa-mp\pawno\include\ColAndreas.inc(1042 -- 1047) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors. |
https://sampforum.blast.hk/showthread.php?tid=586068 , make sure to read the text tutorial

Use a filterscript to help organize your objects successfully.
Code:
public OnFilterScriptInit()
{
// Add any remove buildings (This only works once)
CA_RemoveBuilding();
// Initialize the collision world (This creates San Andreas, the entire map, excluding removed buildings)
CA_Init();
// Create objects
CA_CreateDynamicObject_SC();


