03.04.2010, 18:37
made this map today
objects: 276
worktime: about 2 ours in total
creditswredder
location?
and for all those screenshot hunters here :P:
[img width=300 height=300]http://i222.photobucket.com/albums/dd289/thedarkevel/sa-mp-048.png[/img]
[img width=300 height=300]http://i222.photobucket.com/albums/dd289/thedarkevel/sa-mp-049.png[/img]
[img width=300 height=300]http://i222.photobucket.com/albums/dd289/thedarkevel/sa-mp-050.png[/img]
[img width=300 height=300]http://i222.photobucket.com/albums/dd289/thedarkevel/sa-mp-051.png[/img]
[img width=300 height=300]http://i222.photobucket.com/albums/dd289/thedarkevel/sa-mp-052.png[/img]
[img width=300 height=300]http://i222.photobucket.com/albums/dd289/thedarkevel/sa-mp-053.png[/img]
[img width=300 height=300]http://i222.photobucket.com/albums/dd289/thedarkevel/sa-mp-054.png[/img]
[img width=300 height=300]http://i222.photobucket.com/albums/dd289/thedarkevel/sa-mp-055.png[/img]
[img width=300 height=300]http://i222.photobucket.com/albums/dd289/thedarkevel/sa-mp-056.png[/img]
objects:
its advised to also add these commands for a gate /lift in it:
on top of script:
Код:
new Gateclan; new Gatelift;
Код:
//gate's Gateclan = CreateObject(969, -715.559143, 2867.067871, 76.068398, 91.10023213, 0.000000, -270.000001124); //gate gesloten Gatelift = CreateObject(3095, -681.501038, 2914.203613, 58.668404, 0.000000, 0.000000, 0.000000); //lift boven
Код:
if (strcmp(cmdtext, "/liftup", true) == 0) { MoveObject(Gatelift,-681.354858, 2913.921387, 58.961586, 4.5000); return 1; } if (strcmp("/closegate", cmdtext, true, 10) == 0) { MoveObject(Gateclan, -715.559143, 2867.067871, 76.068398, 4.5000); return 1; } if (strcmp("/opengate", cmdtext, true, 10) == 0) { MoveObject(Gateclan, -715.540222, 2875.903809, 76.093399, 4.5000); return 1; } if (strcmp(cmdtext, "/liftup", true) == 0) { MoveObject(Gatelift,-681.354858, 2913.921387, 65.961586, 4.5000); return 1; }