MapIcon problem
#1

----------
Reply
#2

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

Reason why you have the white square:
"Note: If you use an invalid icon ID, it will create ID 1 (White Square)"
Reply
#3

----------
Reply
#4

pawn Код:
SetPlayerMapIcon(playerid, 12, 2097.2961, -1806.6128, 13.5534, 29, 0, MAPICON_LOCAL);
Why you had this error:

You're using what it looks like to be four co-ordinates

2097.2961,
-1806.6128,
13.5534,
274.3235

You only need the first three.

Код:
SetPlayerMapIcon(playerid, iconid, Float:x, Float:y, Float:z, markertype, color, style)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)