SA-MP Forums Archive
[Map] My first release, EDM - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] My first release, EDM (/showthread.php?tid=315702)



My first release, EDM - [MM]18240[FMB] - 04.02.2012

Be nice, this is my
FIRST RELEASE
EasyE's deathmatch, one of my maps I made for antiknots, but I quit, I will be releasing the Gamemode soon. Anywho, down to buisiness, here is a DM I made in 15 mins because of boredom. Feel free to use, no credits needed, a monkey's poop can make this...
Код:
CreateObject(19272, 43.86, 2238.46, 122.83,   0.00, 0.00, 0.00);
CreateObject(96, 35.83, 2238.32, 126.65,   90.00, 0.00, 244.82);
CreateObject(2971, 30.66, 2235.61, 125.53,   0.00, 0.00, 0.00);
CreateObject(2971, 37.82, 2240.57, 125.33,   0.00, 0.00, 0.00);
CreateObject(1304, 49.34, 2219.13, 123.20,   0.00, 0.00, 0.00);
CreateObject(11498, 23.46, 2239.28, 105.69,   0.00, 0.00, 228.91);
CreateObject(19173, 58.72, 2219.17, 127.82,   0.00, 0.00, 220.70);
CreateObject(19174, 68.06, 2241.27, 126.17,   0.00, 0.00, 278.69);
CreateObject(1583, 39.40, 2245.98, 125.39,   0.00, 0.00, 320.72);
CreateObject(1584, 37.46, 2234.96, 125.48,   0.00, 0.00, 204.36);
And here is the teleport code too add to your GM

Код:
if(strcmp(cmdtext,"/edm",true)==0)
{
ResetPlayerWeapons(playerid);
SetPlayerPos(playerid,28.1063, 2242.8928, 126.0000);
SetPlayerInterior(playerid,0);
GivePlayerWeapon(playerid,30,999999);
GameTextForPlayer(playerid,"Welcome to ~g~CHANGEME~N~ ~R~DeathMatch!",2500,3);
return 1;
}
Sorry, I use strcmp...


Hope you enjoy, rep me if you like, screenies coming soon.


Re: My first release, EDM - jamesbond007 - 04.02.2012

show us pics....


Re: My first release, EDM - [MM]18240[FMB] - 04.02.2012

I will one up you, I haz vidz... http://www.xfire.com/video/53e50c/


Re: My first release, EDM - [MM]18240[FMB] - 10.03.2012

Anyone want this map?


Re: My first release, EDM - Rafiko - 10.03.2012

well for your first release thats pretty nice bro

keep it up you will be better xD

i used that map only to test, there are no misplaced objects or air objects so your mapping skill is good :P

but nothing is near perfect and there is always a place to improve, keep up.


Re: My first release, EDM - [MM]18240[FMB] - 17.03.2012

Thanks.


Re: My first release, EDM - [MM]18240[FMB] - 18.07.2012

UPDATE:
Changed code (added SetPlayerHealth (playerid, 100) and added it to server for testing, go to: 184.88.128.151:7777 and type /edm to try it out!

pawn Код:
if(strcmp(cmdtext,"/changemedm",true)==0)
{
ResetPlayerWeapons(playerid);
SetPlayerPos(playerid,28.1063, 2242.8928, 126.0000);
SetPlayerInterior(playerid,0);
GivePlayerWeapon(playerid,30,999999);
GameTextForPlayer(playerid,"Welcome to ~g~CHANGEME~N~ ~R~DeathMatch!",2500,3);
SetPlayerHealth(playerid, 100);
return 1;
}



Re: My first release, EDM - bathushan - 18.07.2012

Well, I See No Big Problame in Your First map. i can give 8.5/10
i wish that you shut be make Big maps. Keep Continue


Re: My first release, EDM - [MM]18240[FMB] - 18.07.2012

I will, Mr."Stop this now!" xD


Re: My first release, EDM - [MM]18240[FMB] - 18.07.2012

600 views and this little comments, more feedback, please.