samp mini map
#1

Ok all we cnow how to mod and edit samp maps, but i cant find any topic about minimap editing. I was make big island map in the sea, but other players even dont cnow about it becouse it cant seen on radar. I try to make roads like gangzones but it fails. Any sugestions?
Reply
#2

Everything you make on server,it will never apears on map.It's not possible,if you make mod.
Reply
#3

i saw on other server that they did it and radar shows roads and everithing
Reply
#4

You cant give your mapped things this colors etc on the map, like the mapped things from R*.
Reply
#5

The only way is to make a client-sided mod and give it to everyone or make gangzones neatly.
Reply
#6

okay i try to use gzones but it fails. shown only two zones from all and idk why

Quote:

#include <a_samp>

#define COLOR_BLACK 0x000000FF
#define COLOR_GREY 0xC0C0C0FF
#define COLOR_BLUE 0x8000FFFF

new road;
new land;
new airport;

public OnFilterScriptInit()
{
road = GangZoneCreate(2294.78, 627.16, 2282.99, 513.31),
road = GangZoneCreate(2306.56, 525.79, 3510.82, 467.76);
road = GangZoneCreate(3510.88, 375.33, 3494.05, 481.13);
road = GangZoneCreate(3506.24, 374.32, 3418.33, 389.05);
road = GangZoneCreate(3418.33, 483.47, 3434.38, 380.59);
road = GangZoneCreate(3506.71, 437.89, 4587.14, 349.29);
road = GangZoneCreate(4596.95, 426.22, 4472.13, -735.40);
road = GangZoneCreate(4472.13, -735.40, 4531.12, -729.4;
road = GangZoneCreate(4538.15, -638.00, 4455.20, -1358.26);
road = GangZoneCreate(4455.20, -1358.26, 4586.10, -1368.87);
road = GangZoneCreate(4538.15, -683.00, 4406.49, -636.52);
road = GangZoneCreate(4422.23, -625.67, 4392.05, -751.4;
road = GangZoneCreate(4411.07, -738.89, 4346.64, -742.86);
road = GangZoneCreate(4346.64, -742.86, 4366.38, -664.26);
road = GangZoneCreate(4366.38, -664.26, 4417.00, -682.64);
land = GangZoneCreate(3412.09, 549.44, 3557.91, 319.81);// 1ST ISLAND//
land = GangZoneCreate(3370.57, 553.21, 3409.87, 428.34);//1st ISLAND//
land = GangZoneCreate(4458.38, -815.13, 4890.20, -575.23);//3 ISLAND//
land = GangZoneCreate(2400.98, 513.52, 2347.46, 430.21);//LV FUEL TANK TO IS//
airport = GangZoneCreate(4603.69, -622.91, 5115.83, -709.07);
airport = GangZoneCreate(4679.81, -729.30, 5103.00, -815.06);
return 1;
}

public OnPlayerSpawn(playerid)
{
GangZoneShowForPlayer(playerid, road, COLOR_BLACK);
GangZoneShowForPlayer(playerid, land, COLOR_GREY);
GangZoneShowForPlayer(playerid, airport, COLOR_BLUE);
return 1;
}

whats is wrong
Reply
#7

Well nobody said its easy,its actually art to do such a thing
Reply
#8

Quote:
Originally Posted by Tamer T
Посмотреть сообщение
Well nobody said its easy,its actually art to do such a thing
hmm if road level change can make a problem to show gzone?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)