Error 029
#1

Hi, i keep on encountering error 029
I want to add objects in my filterscript.
public OnFilterScriptInit()
{
CreateObject (2191, 1805.8400, -1308.7800, 113.8200, 0.00, 0.00, -90.00);

public OnFilterScriptExit()
{
return 1;
}
if i put this in my script it gives me an error...
Reply
#2

Put it under OnGamemodeInit
Reply
#3

Its an filter script.
I also have a couple of teleports in it
Reply
#4

Well idk about the Teleports but my map is in a Filterscript. I put everything under
Look:
CreateObject: OnGameModeInit
RemoveBuilding: OnPlayerConnec
Just change the gamemode name to the gamemode you have.
Reply
#5

After CreateObject function close the bracket (insert "}" after this function).
Reply
#6

I fixed it. The problem was that i didnt move my : public OnPlayerCommandText.
I now know what a big diffrence the good placement of a freakin sentence is good for since i have been foolin around with it for more then 3 hours..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)