[Map] [map] vip villa *NEW*
#1

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.
Reply
#2

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

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

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

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

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.
Reply
#7

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.
Reply
#8

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 !!
Reply
#9

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.
Reply
#10

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)