SA-MP Forums Archive
[MAP+FS]National Defense Center - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [MAP+FS]National Defense Center (/showthread.php?tid=105933)



[MAP+FS]National Defense Center - davaj - 31.10.2009

--Readme!!--
Hy all!
This is my first map ,
Working time : 30 minutes
objects : 44
Commands:
-/ndc - teleport you to the interior of National Defense Center
-/ndcexit - teleport you to the main gates of NDC

---Screens & Info---
I maked this for all server.I think its good to RP.I maked teleport scripts for it.

Screens
-----------
/imageshack/img527/9...screen0001.jpg
/imageshack/img264/9...screen0002.jpg
/imageshack/img511/9...screen0003.jpg
/imageshack/img519/4...screen0004.jpg
/imageshack/img511/4...screen0005.jpg
/imageshack/img402/9...creen0006s.jpg
/imageshack/img402/8...creen0007e.jpg
/imageshack/img406/5...creen0008x.jpg
/imageshack/img252/4...screen0009.jpg
/imageshack/img217/1...creen0010z.jpg
-----------

----Teleport Script & Map----

Map:
------------

http://pastebin.com/f657b0d01

Script
------------

Код:
	
  if (strcmp("/ndc", cmdtext, true) == 0)
{
  SetPlayerPos(playerid, 870.869934, 5147.775391, 10.793443);
  return 1;
}


  if (strcmp("/ndcexit", cmdtext, true) == 0)
{
  SetPlayerPos(playerid, 1213.671875, 2518.878174, 10.464774);
  return 1;
}



Re: [MAP+FS]National Defense Center - MB@ - 31.10.2009

Wow nice for ur first map.


Re: [MAP+FS]National Defense Center - Guedes747 - 31.10.2009

Quote:
Originally Posted by Krys^
Wow nice for ur first map.
Plus its a creative idea. Keep practicing :P

3/5


Re: [MAP+FS]National Defense Center - davaj - 31.10.2009

thank you very much


Re: [MAP+FS]National Defense Center - (.Aztec); - 31.10.2009

Keep working at it......