Maybe you can help me?
#4

Код:
public OnGameModeInit()
{
	// Don't use these lines if it's a filterscript
	SetGameModeText("Blank Script");
	AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
	return 1;
}
here do the following...first add your objects
Код:
CreateObject(X,Y,Z,rX,rY,rZ)
then go

Код:
public OnGameModeInit()
{
	// Don't use these lines if it's a filterscript
	SetGameModeText("Blank Script");
	AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
CreateObject(etc) // Here...dont place it above the return 1; or it causes "see down"
	return 1;
}
Код:
function "OnGameModeInit" should return a value
number of arguments does not match definition
tag mismatch
unreachable code
'

You used any interiors?Try to use
Код:
Onplayercommandtext etc.../place1 and get a possition of one of your objects and set from interior 1-12 and check again if you see it
Reply


Messages In This Thread
Maybe you can help me? - by arie9000nerd - 27.06.2009, 06:32
Re: Maybe you can help me? - by refshal - 27.06.2009, 06:49
Re: Maybe you can help me? - by arie9000nerd - 27.06.2009, 07:02
Re: Maybe you can help me? - by The_Tough - 25.07.2009, 19:56

Forum Jump:


Users browsing this thread: 1 Guest(s)