Help I Have A Lot Of Questions here

snaptrap

Active member
Joined
Feb 7, 2014
Messages
56
Reaction score
1
I have to post a lot of question in one topic(only 3/4 question) and i hope you guys can help me....

First, How Can I Make A Custom Icon At The Sidebar In The Picture (You Can Look The Picture In The Attachment Bar)...You guys can found the sidebar in dayz server...

Second, How Can I Make The Radar Black Like In The Walking Dead Server....And the map same as radar...

Third,How Can I Make A Custom Pictures That Show The Player Stats(Look At The Picture Given)....



I Hope You Guys Can Help Me With This..... :somuchwin:

Thanks.... :computer_guy:
 

Attachments

  • tmp_PicsArt_14020425075651915524257.jpg
    tmp_PicsArt_14020425075651915524257.jpg
    116.1 KB · Views: 79
  • tmp_PicsArt_14020426489781596862988.jpg
    tmp_PicsArt_14020426489781596862988.jpg
    95.2 KB · Views: 63

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
The Icons marked on the Images are created by using textdraws and sprites / textdraw sprites you should find documentation quickly.

You have many ways to make the Radar Black:
- A big black gangzone trough the whole map (mostly used).
- A big black box that looks ugly (textdraw).

Stats, it's simply a textdraw that outputs the Stats.
For these things you need to be familar with the basics of PAWN and some SA:MP natives (there are not much).
 

snaptrap

Active member
Joined
Feb 7, 2014
Messages
56
Reaction score
1
0x688 link said:
The Icons marked on the Images are created by using textdraws and sprites / textdraw sprites you should find documentation quickly.

You have many ways to make the Radar Black:
- A big black gangzone trough the whole map (mostly used).
- A big black box that looks ugly (textdraw).

Stats, it's simply a textdraw that outputs the Stats.
For these things you need to be familar with the basics of PAWN and some SA:MP natives (there are not much).


Can you explain more clear...or share the tutori link....im the pawn scripter
What do you mean the black radar using gangzone??
 

snaptrap

Active member
Joined
Feb 7, 2014
Messages
56
Reaction score
1
And one more thing,how to make a color of the gangzone solid (black) without transparent...thank you

:imoverit:
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
new zone;
zone = GangZoneCreate(X,Y,X,Y);
GangZoneShowForAll(zone, 0x000000FF);

0x000000FF = RGBA
That should be solid black.
 

snaptrap

Active member
Joined
Feb 7, 2014
Messages
56
Reaction score
1
springfield link said:
new zone;
zone = GangZoneCreate(X,Y,X,Y);
GangZoneShowForAll(zone, 0x000000FF);

0x000000FF = RGBA
That should be solid black.

I Understand now...thanks for your help


cheers....    :D :ppffh:
 
Top