i need help for objects
#1

i have a error
D:\games\GTA San Andreas\filterscripts\Objects.pwn(2466) : error 010: invalid function or declaration i dnont know what to do and here is my file

main
{981,-293.314,1495.196,75.880,0.0,0.0,-90.000,1000.0},
{982,-301.579,1502.406,75.276,0.0,0.0,0.0,1000.0},
{1238,-301.326,1488.382,74.984,0.0,0.0,0.0,1000.0},
{1262,-301.994,1504.502,75.233,0.0,0.0,0.0,1000.0},
{1262,-301.181,1504.575,75.241,0.0,0.0,0.0,1000.0},
{1262,-310.388,1504.500,75.339,0.0,0.0,0.0,1000.0},
{1262,-294.129,1504.694,75.531,0.0,0.0,0.0,1000.0}
}
sorry for a bad english please help someone
Reply
#2

Wrong section.. Use createobject anyway
Reply
#3

Quote:
Originally Posted by zygizzz
i have a error
D:\games\GTA San Andreas\filterscripts\Objects.pwn(2466) : error 010: invalid function or declaration i dnont know what to do and here is my file

Code:
	main
	{981,-293.314,1495.196,75.880,0.0,0.0,-90.000,1000.0},
	{982,-301.579,1502.406,75.276,0.0,0.0,0.0,1000.0},
	{1238,-301.326,1488.382,74.984,0.0,0.0,0.0,1000.0},
	{1262,-301.994,1504.502,75.233,0.0,0.0,0.0,1000.0},
	{1262,-301.181,1504.575,75.241,0.0,0.0,0.0,1000.0},
	{1262,-310.388,1504.500,75.339,0.0,0.0,0.0,1000.0},
	{1262,-294.129,1504.694,75.531,0.0,0.0,0.0,1000.0}
	}
sorry for a bad english please help someone
The correct is:
Code:
	main()
	{981,-293.314,1495.196,75.880,0.0,0.0,-90.000,1000.0},
	{982,-301.579,1502.406,75.276,0.0,0.0,0.0,1000.0},
	{1238,-301.326,1488.382,74.984,0.0,0.0,0.0,1000.0},
	{1262,-301.994,1504.502,75.233,0.0,0.0,0.0,1000.0},
	{1262,-301.181,1504.575,75.241,0.0,0.0,0.0,1000.0},
	{1262,-310.388,1504.500,75.339,0.0,0.0,0.0,1000.0},
	{1262,-294.129,1504.694,75.531,0.0,0.0,0.0,1000.0}
	};
Reply
#4

thx
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)