SA-MP Forums Archive
Can't load maps - 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: Can't load maps (/showthread.php?tid=322660)



Can't load maps - rpx - 03.03.2012

I have maps in filterscripts but they dont load:
Loaded log file: "server_log.txt".
[09:00:53] Server Plugins
[09:00:53] -------------------------------
[09:00:53] Loading plugin: streamer.so
[09:00:53] Loaded.
[09:00:53] Loading plugin: sscanf.so
[09:00:53] Loaded.
[09:00:53] Loaded 2 plugins.
[09:00:53] Filterscripts
[09:00:53] --------------------------------
[09:00:53] Loading filterscript 'gl_realtime.amx'...
[09:00:53] Loading filterscript 'gl_actions.amx'...
[09:00:53] Loading filterscript 'Stanovi.amx'...
[09:00:53] ---------------------------------
[09:00:53] Loading filterscript 'Mape.amx'... -------------It isn't in server
[09:00:53] OnFilter
[09:00:53] Loaded 4 filterscripts.
Can some one help me ?!!??!


Re: Can't load maps - rpx - 03.03.2012

Herre's my pawno
Start:
#include <streamer>
#include <a_samp>
#include <a_samp>
#include <zcmd>
#include <sscanf2>

#if defined filterscript

public OnFilterScriptInit()
{
CreateObject(5184,-905.59997559
End of pawno
}
#endif


Re: Can't load maps - VIPAwesome - 03.03.2012

pawn Код:
#include <streamer>
#include <a_samp>
#include <zcmd>
#include <sscanf2>

#if defined filterscript

public OnFilterScriptInit()
{
CreateObject(5184,-905.59997559);
End of pawno
}
#endif