[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


Messages In This Thread
[map] vip villa *NEW* - by Rickk - 01.01.2009, 17:14
Re: [map] vip villa - by Clank - 02.01.2009, 10:08
Re: [map] vip villa - by Rickk - 02.01.2009, 13:52
Re: [map] vip villa - by Rickk - 02.01.2009, 14:16
Re: [map] vip villa - by tristanh - 02.01.2009, 14:35
Re: [map] vip villa - by Rickk - 02.01.2009, 14:46
Re: [map] vip villa - by Rickk - 02.01.2009, 14:58
Re: [map] vip villa - by tristanh - 02.01.2009, 15:11
Re: [map] vip villa - by Rickk - 02.01.2009, 15:30
Re: [map] vip villa - by tristanh - 02.01.2009, 16:24

Forum Jump:


Users browsing this thread: 2 Guest(s)