a little help pls.
#4

Wrong section but anyway

OnGamemodeinit

Under your player classes.

E.g you will have (Or something Similar)

pawn Код:
public OnGameModeInit()
{
    SetGameModeText("Bare Script");
    ShowPlayerMarkers(1);
    ShowNameTags(1);
    AllowAdminTeleport(1);

    AddPlayerClass(265,1958.3783,1343.1572,15.3746,270.1425,0,0,0,0,-1,-1);

    return 1;
}
Below AddPlayerClass Add:

pawn Код:
public OnGameModeInit()
{
    SetGameModeText("Bare Script");
    ShowPlayerMarkers(1);
    ShowNameTags(1);
    AllowAdminTeleport(1);

    AddPlayerClass(265,1958.3783,1343.1572,15.3746,270.1425,0,0,0,0,-1,-1);

CreateObject(16773,659.541,-1226.80,18.8203,0.0,180.0,120.0); //CHANGE THIS TO YOUR OBJECT.

    return 1;
}
If you do not get that, i reccomend reading the PAWN Documentation.
http://compuphase.com/pawn/pawn.htm#DOWNLOAD_DOCS

or..
I would recommend using a streamer if you have many Objects. Here are some:

Reply


Messages In This Thread
a little help pls. - by panzerdeni - 18.03.2010, 21:48
Re: a little help pls. - by Daniel_Truk - 18.03.2010, 21:51
Re: a little help pls. - by panzerdeni - 18.03.2010, 21:57
Re: a little help pls. - by Mrkrabz - 18.03.2010, 23:31
Re: a little help pls. - by panzerdeni - 19.03.2010, 09:03
Re: a little help pls. - by Kurence - 19.03.2010, 09:26
Re: a little help pls. - by panzerdeni - 19.03.2010, 09:47
Re: a little help pls. - by Kurence - 19.03.2010, 09:59
Re: a little help pls. - by panzerdeni - 19.03.2010, 10:19
Re: a little help pls. - by Kurence - 19.03.2010, 12:08

Forum Jump:


Users browsing this thread: 2 Guest(s)