Moving Objects (Rep++)
#4

Look
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;
}
i got Error
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.
Reply


Messages In This Thread
Moving Objects (Rep++) - by Geeboi_Mehdi - 31.08.2012, 21:44
AW: Moving Objects (Rep++) - by Kwashiorkor - 31.08.2012, 21:51
Re: Moving Objects (Rep++) - by Sandiel - 31.08.2012, 21:57
Re: Moving Objects (Rep++) - by Geeboi_Mehdi - 31.08.2012, 22:08
Re: Moving Objects (Rep++) - by mamorunl - 31.08.2012, 23:20
Re: Moving Objects (Rep++) - by ThePhenix - 31.08.2012, 23:28
Re: Moving Objects (Rep++) - by [LB]BlAcK_DeViL - 01.09.2012, 00:23
Re: Moving Objects (Rep++) - by mamorunl - 01.09.2012, 10:46

Forum Jump:


Users browsing this thread: 1 Guest(s)