Posts: 68
Threads: 9
Joined: Dec 2015
Reputation:
0
anyone can help me? i'm need pubg gas on map, i need idea how make it
Posts: 6,242
Threads: 8
Joined: Jun 2008
Could help if you explained what it was... If it's the ring of death, you'll just need to make a textdraw to color the screen to show they are outside, taking damage, and a timer, when they are outside the ring, that they start taking damage.
Posts: 65
Threads: 1
Joined: Sep 2017
Posts: 65
Threads: 1
Joined: Sep 2017
Код:
MapIcon_CreateCircle(Float:x_pos, Float:y_pos, Float:z_pos, type, color, Float:radius, Float:diff, world = -1, interior = -1, Float:d_stream = 150.0, style = MAPICON_LOCAL);
It can't get ANY easier than that, come on.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Also for the rest of the concept, you'll be best to be using the streamers dynamic areas, and simply countdown if they are outside of the circle and to start hurting them if they remain out there for too long.