SA-MP Forums Archive
Maps HELP>>!!! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Maps HELP>>!!! (/showthread.php?tid=322252)



Maps HELP>>!!! - rpx - 01.03.2012

Hey again i have a lot of maps so i want them all in my server, but i can't load them, Pawno says it's OK but still i can't see them so i uploaded sscanf but it still dont work.What it can be wrong
PLS help


Re: Maps HELP>>!!! - tyler12 - 01.03.2012

put them under OnGameModeInit


Re: Maps HELP>>!!! - redha - 01.03.2012

Use this Code Should work
pawn Код:
#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
//CreateObject (Post your objects)
}


Should work Goodluck


Re: Maps HELP>>!!! - FalconX - 01.03.2012

Quote:
Originally Posted by redha
Посмотреть сообщение
Us this Code Should work
pawn Код:
#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
//CreateObject (Post your objects)
}
Should work Goodluck
If you are using the streamer Maps "CreateDynamic then you should put the plugin in the server. Incagnito's something I am unsure about the name

In the top you need for that:-

pawn Код:
#include <streamer>
-FalconX