how to sset a map in your server?
#2

1. Get streamer plugin by Incognito.
2. Get the code from your map.
3. Put it under OnGamemodeInit:

pawn Код:
public OnGameModeInIt()
{
    CreateDynamicObject(blablabla); //you should only replace blablabla with the coordinates
    //Rest of it here etc. I hope you get the point
    return 1;
}
You can use this one instead.

pawn Код:
public OnGameModeInIt()
{
    CreateObject(codingblablahere); //replace blablablahere with the coordinates
    //Rest of it here etc. I hope you get the point
    return 1;
}
If I wasn't clear enough, this gives you a better insight of adding mappings to your server.
Reply


Messages In This Thread
how to sset a map in your server? - by Instand - 25.12.2013, 08:38
Re: how to sset a map in your server? - by Twizted - 25.12.2013, 09:00
Re: how to sset a map in your server? - by Instand - 25.12.2013, 09:49
Re: how to sset a map in your server? - by Twizted - 25.12.2013, 10:39
Re: how to sset a map in your server? - by Instand - 25.12.2013, 10:43
Re: how to sset a map in your server? - by Twizted - 25.12.2013, 11:07
Re: how to sset a map in your server? - by Instand - 25.12.2013, 11:18
Re: how to sset a map in your server? - by Verth - 25.12.2013, 11:46
Re: how to sset a map in your server? - by Instand - 28.12.2013, 10:34
Re: how to sset a map in your server? - by Excelize - 28.12.2013, 10:55

Forum Jump:


Users browsing this thread: 1 Guest(s)