11.01.2008, 19:34
Hi guys, today i made a map with MTA MapEditor,
You can use this map to play Deathmatches (or Sniper-Maddness) whatever you like :P
The atmosphere is nice when it's dark and foggy.
So you can put at OnGameModeInit:
Includes:
2 islands (In the sea east to Los Santos)
120 objects
Lots of trees
Many places where you can hide
Crashed Plane
Old houses
Pirate ship between the 2 islands
Some fire
Teleport:
Download:
http://pastebin.com/f5facf715
http://www.plaatscode.be/10927
Screenshots:
@Daylight:
I Also Made a ClassSelection-screen:
If you want to use this too, put on OnGameModeInit:
And:
I hope you like it
Please comment
Greetz
You can use this map to play Deathmatches (or Sniper-Maddness) whatever you like :P
The atmosphere is nice when it's dark and foggy.
So you can put at OnGameModeInit:
Code:
SetWorldTime(3); SetWeather(9);
2 islands (In the sea east to Los Santos)
120 objects
Lots of trees
Many places where you can hide
Crashed Plane
Old houses
Pirate ship between the 2 islands
Some fire
Teleport:
Code:
if (strcmp("/island", cmdtext, true) == 0) { SetPlayerPos(playerid, 3634.7637,-1594.8625,16.7541); SetPlayerFacingAngle(playerid, 258.1758); SetCameraBehindPlayer(playerid); return 1; }
http://pastebin.com/f5facf715
http://www.plaatscode.be/10927
Screenshots:
@Daylight:
I Also Made a ClassSelection-screen:
If you want to use this too, put on OnGameModeInit:
Code:
AddStaticVehicle(484, 4498.3254,-2517.7302,-0.4128,138.2467, -1, -1); CreateObject(12990, 4495.664063, -2510.759155, 2.373306, 0.0000, 0.0000, 270.0000);
Code:
public OnPlayerRequestClass(playerid, classid) { SetPlayerPos(playerid, 4480.9756,-2510.5552,3.6747); SetPlayerCameraPos(playerid, 4475.0513,-2508.5028,4.1533); SetPlayerCameraLookAt(playerid, 4480.9756,-2510.5552,3.6747); SetPlayerFacingAngle(playerid, 91.9195); return 1; }
Please comment
Greetz