how to run a 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how to run a map? (
/showthread.php?tid=121496)
how to run a map? -
saifo997 - 17.01.2010
How TO run a Map?
i have a MAP but i dont know how to run it or put it on server.cfg
what folders do i have to create and what to write in server.cfg?
Re: how to run a map? -
Jakku - 17.01.2010
If your map looks like this:
pawn Код:
CreateObject(some numbers);
CreateObject(some numbers);
CreateObject(some numbers);
CreateObject(some numbers);
CreateObject(some numbers);
CreateObject(some numbers);
Open your script editor, add those "CreateObjects" under OnGameModeInit, compile & restart the server
Re: how to run a map? -
saifo997 - 17.01.2010
The MAP is (name).map
i cant open it with PAwno
Re: how to run a map? -
[HiC]TheKiller - 17.01.2010
Quote:
Originally Posted by saifo997
The MAP is (name).map
i cant open it with PAwno
|
http://convertffs.com/objects/
Re: how to run a map? -
saifo997 - 17.01.2010
Quote:
Originally Posted by [HiC
|
thanx
now how to input the codes?
i dont know how to open .map
Re: how to run a map? -
saifo997 - 17.01.2010
EDIT
when i convert it gives me the same code 50 times
CreateObject(3565, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000); //
Re: how to run a map? -
saifo997 - 23.01.2010
any help?