SA-MP Forums Archive
[Map] [map] vip villa *NEW* - 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] [map] vip villa *NEW* (/showthread.php?tid=60101)



[map] vip villa *NEW* - Rickk - 01.01.2009

It is an small villa at the beach. The building can be entered from 2 sides (front and back side). The interior is from single player. So I didn't created that. Hope you all like it!

In the second version I added a helikopter platform, lights, trees, extra tables and some other details.

version V3.0 is now online

In version 3 an extra part has been added. There are now 4 houses. The surface has become 3 times it size. And there are now 2 ways to get to the vip villa's

Pictures version 1:



pictures version 2:


pictures version 3:



Gate in front of the villa:
Code:
 new gate;
CreateObject(987,2915.048,-766.786,10.055,0.0,0.0,-91.960);
CreateObject(987,2914.083,-788.468,10.055,0.0,0.0,-91.960);
gate = CreateObject(987,2914.642,-777.528,10.055,0.0,0.0,-91.960); // the gate in normal situation
add under OnPlayerCommandText(); new gate; (for some reason it doesn't work on top of the script
Code:
  if(strcmp(cmd, "/open gate", true) == 0)
	{
		if(IsPlayerAdmin(playerid))
		{
 		MoveObject(gate, 2914.621,-777.497,3.680,4.0);
  	    SendClientMessage(playerid, COLOR_WHITE, "You have opened this gate")
       }
 	}

  if(strcmp(cmd, "/close gate", true) == 0)
	{
		if(IsPlayerAdmin(playerid))
		{
 		MoveObject(gate, 2914.642,-777.528,10.055,4.0);
  	    SendClientMessage(playerid, COLOR_WHITE, "You have closed this gate")
       }
 	}
Download v1: Download v2: Download v3:

Soon there will be another release of a bigger map.


Re: [map] vip villa - Clank - 02.01.2009

i think it is too simple. it looks like just some buildings at a bridge thingie. i suggest things like gate ect.


Re: [map] vip villa - Rickk - 02.01.2009

guess your right
There will be a 2 better releases soon. I bet you will like those...


Re: [map] vip villa - Rickk - 02.01.2009

What kind of details where you thinking of? I am willing to add them.


Re: [map] vip villa - tristanh - 02.01.2009

nice, could you make a picture were it is on maps.. I cant find it ^^


Re: [map] vip villa - Rickk - 02.01.2009

Quote:
Originally Posted by tristanh
nice, could you make a picture were it is on maps.. I cant find it ^^
added it in the first post.


Re: [map] vip villa - Rickk - 02.01.2009

Quote:
Originally Posted by SATAN!
Quote:
Originally Posted by Rickk
What kind of details where you thinking of? I am willing to add them.
maybe some lights, palms (on the beach) ...hmm dunno, be creative
Will do. Give me till tomorrow.


Re: [map] vip villa - tristanh - 02.01.2009

Quote:
Originally Posted by Rickk
Quote:
Originally Posted by tristanh
nice, could you make a picture were it is on maps.. I cant find it ^^
added it in the first post.
Thanks dude.. found it !!


Re: [map] vip villa - Rickk - 02.01.2009

Quote:
Originally Posted by tristanh
Quote:
Originally Posted by Rickk
Quote:
Originally Posted by tristanh
nice, could you make a picture were it is on maps.. I cant find it ^^
added it in the first post.
Thanks dude.. found it !!
No problem. I finished the modifications...The new download link is available.
I will take some pictures. because I can't get a fluent movie of it.


Re: [map] vip villa - tristanh - 02.01.2009

Quote:
Originally Posted by Rickk
Quote:
Originally Posted by tristanh
Quote:
Originally Posted by Rickk
Quote:
Originally Posted by tristanh
nice, could you make a picture were it is on maps.. I cant find it ^^
added it in the first post.
Thanks dude.. found it !!
No problem. I finished the modifications...The new download link is available.
I will take some pictures. because I can't get a fluent movie of it.
Dude can you make a wall in the beginning? only opens for rcon admins?