31.08.2012, 22:08
Look
i got Error
pawn Code:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
new Object;
Object = CreateDynamicObject(10771,3302.39990234,-830.20001221,-1.79999995,0.00000000,0.00000000,270.00000000);
MoveDynamicObject(Object,3320.00,-2465.59,23.01, 1);
SendClientMessageToAll(00FF00, "Los Sontos Ferry News: The Ferry Is Moving To Dream Land Now!");
#defined FILTERSCRIPT
public OnFilterScriptInit()
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
pawn Code:
C:\Users\Daoud\Desktop\Trucking Life\filterscripts\Ferry.pwn(7) : error 010: invalid function or declaration
C:\Users\Daoud\Desktop\Trucking Life\filterscripts\Ferry.pwn(8) : error 010: invalid function or declaration
C:\Users\Daoud\Desktop\Trucking Life\filterscripts\Ferry.pwn(15) : error 021: symbol already defined: "print"
C:\Users\Daoud\Desktop\Trucking Life\filterscripts\Ferry.pwn(19) : error 010: invalid function or declaration
C:\Users\Daoud\Desktop\Trucking Life\filterscripts\Ferry.pwn(28) : warning 203: symbol is never used: "MoveDynamicObject"
C:\Users\Daoud\Desktop\Trucking Life\filterscripts\Ferry.pwn(28) : warning 203: symbol is never used: "Object"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.