Where i put .map files?
#6

Where did you put it. You should here.
pawn Код:
public OnGameModeInit()
{
    CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance);
    return 1;
}
However, if you are using Incognito's Streamer, it should be like this.
pawn Код:
// At The Top
#include <streamer>

public OnGameModeInit()
{
    CreateDynamicObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance);
    return 1;
}
Reply


Messages In This Thread
Where i put .map files? - by KaneSky - 25.04.2011, 23:50
Re: Where i put .map files? - by Lorenc_ - 26.04.2011, 00:02
Re: Where i put .map files? - by KaneSky - 26.04.2011, 00:16
Re: Where i put .map files? - by wijnkamp1 - 26.04.2011, 00:45
Re: Where i put .map files? - by tsgh mike - 27.11.2011, 20:02
Re: Where i put .map files? - by Kostas' - 27.11.2011, 20:11

Forum Jump:


Users browsing this thread: 6 Guest(s)