Need Help With Map Icons
#1

How I Can Change White Square Color to Red ?

Код:
SetPlayerMapIcon(playerid, 0, -1416.8024902344, 402.52310180664, 30.252838134766, 5, 0);
what i must do this This?

please help.-

@ [url=https://sampwiki.blast.hk/wiki/MapIcons[/url]Wiki There wasnt Tut About It.

Reply
#2

SetPlayerColor
Reply
#3

Код:
SetPlayerMapIcon(playerid, 0, -1416.8024902344, 402.52310180664, 30.252838134766, 1, 151);
Reply
#4

Quote:
Originally Posted by » Kalvi «
How I Can Change White Square Color to Red ?

Код:
SetPlayerMapIcon(playerid, 0, -1416.8024902344, 402.52310180664, 30.252838134766, 5, 0);
what i must do this This?

please help.-

@ [url=https://sampwiki.blast.hk/wiki/MapIcons[/url]Wiki There wasnt Tut About It.

There is NO tutorial, because your searching level is LOW.

https://sampwiki.blast.hk/wiki/SetPlayerMapIcon

Reply
#5

try
this

Код:
SetPlayerMapIcon(playerid, 0, -1416.8024902344, 402.52310180664, 30.252838134766, 5, 0, COLOR_YELLOW); // For
Reply
#6

Quote:
Originally Posted by David-Sean
try
this

Код:
SetPlayerMapIcon(playerid, 0, -1416.8024902344, 402.52310180664, 30.252838134766, 5, 0, COLOR_YELLOW); // For
That will give error "Argument does not match definition"

This is the good version:
pawn Код:
SetPlayerMapIcon(playerid, 0, -1416.8024902344, 402.52310180664, 30.252838134766, 5, 0xFF0000FF);
0xFF0000FF - Color red.
Reply
#7

Quote:
Originally Posted by PlayON
Quote:
Originally Posted by David-Sean
try
this

Код:
SetPlayerMapIcon(playerid, 0, -1416.8024902344, 402.52310180664, 30.252838134766, 5, 0, COLOR_YELLOW); // For
That will give error "Argument does not match definition"

This is the good version:
pawn Код:
SetPlayerMapIcon(playerid, 0, -1416.8024902344, 402.52310180664, 30.252838134766, 5, 0xFF0000FF);
0xFF0000FF - Color red.
yea
i not remember it hhaaha
Reply
#8

Thank You Guys , and sorry for waste your Time
Reply
#9

Quote:
Originally Posted by [ĦŁ₣
ЉǾǖŦĦЗŁΛẄ ]
I have a small problem:



The icon is just some big white square, looks ugly

If no one else is having this it must be my script or some dodgy texture mod

Here is the function

SetPlayerMapIcon(playerid, 87, 100, 100, 0, 1, RED);

#define RED 0xAA3333AA

If it is a texture problem can someone tell me the txt file and I can fix it

Thanks
I actually think it's a texture fail, OR NOT.
Because if yes, even the player's blips would bee huge like that
If not, then the map icon would have been the same as the player's blip.
So it's tricky.
Advice, DON'T MOD SAN ANDREAS.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)