25.07.2009, 19:56
Код:
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;
}
Код:
CreateObject(X,Y,Z,rX,rY,rZ)
Код:
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

