Help "native" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help "native" (
/showthread.php?tid=202274)
Help "native" -
Jack- - 23.12.2010
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
Re: Help "native" -
Jack- - 23.12.2010
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);
Re: Help "native" -
Gforcez - 23.12.2010
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
Re: Help "native" -
Jack- - 23.12.2010
Im getting 661 Warnings.