23.12.2010, 18:35
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
also how do I get it so Native turns blue
#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);
#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;
}