map icons
#1

pawn Код:
public OnPlayerConnect( playerid )
{
    SetPlayerMapIcon( playerid, 12, 2204.9468, 1986.2877, 16.7380, 52, 0, MAPICON_GLOBAL);
}
if in server are about 100 players then there will be already 100 icons? lolmao? or im wrong?

[0.3c r4-2]
dialog:
if i have made one button it would be 0 or 1 ?
Reply
#2

No, it is the limit for every player - there can only be 100 icons streamed at once over different locations. No matter how many players, if your connect script has 20 icons, it would make no difference if you had 5 players or 50 players. Because there are that number of icons.

And about your dialog, if you left one button blank, I.E: "button1","button2" turned into "button1","" it would ignore the second button. It doesn't matter what type of dialog you use, it is all the same.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)