[Help] Map - 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: [Help] Map (
/showthread.php?tid=470741)
[Help] Map -
DuongNghia - 19.10.2013
Can i'm place a this map
https://sampforum.blast.hk/showthread.php?tid=469002 in a new pawn and add in FS ??
Re: [Help] Map -
DuongNghia - 19.10.2013
UPPPPPPPPPP
Re: [Help] Map -
JeaSon - 19.10.2013
what you mean ? little bit more explanation?
if you made objects use streamer.inc file then
CreateDynamicObject
then put them under ongamemodeinit()
Re: [Help] Map -
DuongNghia - 19.10.2013
- I have a one map, and i'm don't know to put in what line of pawno, i'm add under OnGameModeIt() but fail, and im thinking, can i'm put all map in a new pawno and put all that in filterscripts ??
Re: [Help] Map -
Akira297 - 19.10.2013
You can put mapping projects into Filter-Scripts and into Game-Modes.
Re: [Help] Map -
DanishHaq - 19.10.2013
No, it has to be put under OnGameModeInit, either in an FS or in the GM, if it doesn't work there, then you've either exceeded the object limit, or there's a problem with the streamer you're using.
Re: [Help] Map -
DuongNghia - 19.10.2013
Quote:
Originally Posted by Akira297
You can put mapping projects into Filter-Scripts and into Game-Modes.
|
I'm don't understand ?
Re: [Help] Map -
DuongNghia - 19.10.2013
Quote:
Originally Posted by DanishHaq
No, it has to be put under OnGameModeInit, either in an FS or in the GM, if it doesn't work there, then you've either exceeded the object limit, or there's a problem with the streamer you're using.
|
Streamer is what ?
Re: [Help] Map -
DanishHaq - 19.10.2013
Quote:
Originally Posted by DuongNghia
Streamer is what ?
|
A streamer will stream the objects when a player is near the object, so there's theoretically an unlimited amount of objects you can use with streamer:
https://sampforum.blast.hk/showthread.php?tid=102865.
Re: [Help] Map -
Akira297 - 19.10.2013
Make sure to include <streamer> inside of the filter-script to get the objects to spawn (correctly).