Where i put .map files?
#1

i have a [MAP] file named LosSantos.Map where i need to put this to work?Thx for all who try to help me!
Reply
#2

I could convert it for you but try doing it you're self..

www.convertffs.com

Do what in says and follow its instructions :3
Reply
#3

now i have an error
D:\Samp\gamemodes\larp.pwn(83483) : error 021: symbol already defined: "CreateObject"
what to do?
Reply
#4

Quote:
Originally Posted by KaneSky
Посмотреть сообщение
larp.pwn
*sighs* Obvious Raven's RP is obvious.
Reply
#5

Quote:
Originally Posted by wijnkamp1
Посмотреть сообщение
*sighs* Obvious Raven's RP is obvious.
So what, at least he is adding shit instead of just using and leeching it.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)