03.01.2008, 21:37
[center]LS Marina
[center]By WeeDarr 2008
[left]hey I have made a marina type thing beside the lighthouse at south Los Santos. I have made many docking points and a special gated police area, with boats in both. The gamemode is really for viewing purposes for me, but i will add the download link. The commands are as follows
Gamemode:
.pwn http://mihd.net/4o792s http://mihd.net/f27ie0
.amx http://mihd.net/3sifvq http://mihd.net/pdnuxy
code http://pastebin.com/f2f0349b9
Objects only: http://pastebin.com/f22294495
Vehicles: http://pastebin.com/f11e787aa
Commands: http://pastebin.com/f5116f64f
xObjects: http://pastebin.com/f798e370a
YSI: http://pastebin.com/m54f81fb6
Taxis streamer: http://pastebin.com/f25b8611c
A quick teleport code
You can do whatever you like with this just give me credit for the objects.
This script will be running on my test server for a while so be quick and take a look on: 86.131.128.18:7777
Screenshots:
http://files.uploadffs.com/a09ce84e8..._gallery39.jpg
http://files.uploadffs.com/b82dc5802..._gallery41.jpg
http://files.uploadffs.com/f20aa6dae...screen0001.jpg
http://files.uploadffs.com/97823d915...screen0002.jpg
WeeDarr
Edits: 3rd jan 10:50> New links for GM added (tidied up code)
4th jan 00:27> Added 4 new screenshots
4th jan 12:48> Added streamer codes
[center]By WeeDarr 2008
[left]hey I have made a marina type thing beside the lighthouse at south Los Santos. I have made many docking points and a special gated police area, with boats in both. The gamemode is really for viewing purposes for me, but i will add the download link. The commands are as follows
- /open To open the cop are gate
- /close To close the cop area gate
Gamemode:
.pwn http://mihd.net/4o792s http://mihd.net/f27ie0
.amx http://mihd.net/3sifvq http://mihd.net/pdnuxy
code http://pastebin.com/f2f0349b9
Objects only: http://pastebin.com/f22294495
Vehicles: http://pastebin.com/f11e787aa
Commands: http://pastebin.com/f5116f64f
xObjects: http://pastebin.com/f798e370a
YSI: http://pastebin.com/m54f81fb6
Taxis streamer: http://pastebin.com/f25b8611c
A quick teleport code
pawn Код:
if (strcmp("/marina", cmdtext, true, 6) == 0)
{
SetPlayerPos(playerid,149.3208,-1903.6128,3.7734);
SetPlayerFacingAngle(playerid,88.1219);
return 1;
}
This script will be running on my test server for a while so be quick and take a look on: 86.131.128.18:7777
Screenshots:
http://files.uploadffs.com/a09ce84e8..._gallery39.jpg
http://files.uploadffs.com/b82dc5802..._gallery41.jpg
http://files.uploadffs.com/f20aa6dae...screen0001.jpg
http://files.uploadffs.com/97823d915...screen0002.jpg
WeeDarr
Edits: 3rd jan 10:50> New links for GM added (tidied up code)
4th jan 00:27> Added 4 new screenshots
4th jan 12:48> Added streamer codes