Help "native"
#1

I get this when I compile my object (9) : error 021: symbol already defined: "CreateDynamicObject"
also how do I get it so Native turns blue
Reply
#2

Sorry added the first bit of the script
pawn Код:
#include <a_samp>
#include <streamer>

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Blank Filterscript by your name here");
    print("--------------------------------------\n");
}
CreateDynamicObject(6959, -448.752471, 866.434082, 1.162618, 0.000000, 0.000000, 0.000000, -1, -1, -1, 190.0, -1, -1, -1, 190.0, -1, -1, -1, 190.0);
Reply
#3

Quote:
Originally Posted by Jack-
Посмотреть сообщение
Sorry added the first bit of the script
pawn Код:
#include <a_samp>
#include <streamer>

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Blank Filterscript by your name here");
    print("--------------------------------------\n");

CreateDynamicObject(6959, -448.752471, 866.434082, 1.162618, 0.000000, 0.000000, 0.000000, -1, -1, -1, 190.0, -1, -1, -1, 190.0, -1, -1, -1, 190.0);
return 1;
}
Try this
Reply
#4

Im getting 661 Warnings.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)