01.01.2009, 17:14
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:
add under OnPlayerCommandText(); new gate; (for some reason it doesn't work on top of the script
Download v1:
Download v2:
Soon there will be another release of a bigger map.
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
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") } }
- http://rapidshare.com/files/179060691/vip-villa.pwn
- http://files.filefront.com/vip+villapwn/...einfo.html
- http://files.filefront.com/vip+villa+v30...einfo.html
- http://rapidshare.com/files/179298359/vi...a_v3.0.pwn
- amx file: http://rapidshare.com/files/18010062...villa_v3.0.amx
Soon there will be another release of a bigger map.