Need Help!
#1

I have a problem with the icon streamer of my GM.

this is the part:

Code:
for(new h = 0; h < sizeof(HouseInfo); h++)
  if(HouseInfo[h][hOwned] == 0)
  {
  SetPlayerMapIcon(playerid, iconemappa, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 31, 0);
  iconemappa ++;
  }
  else if(HouseInfo[h][hOwned] == 1)
  {
  SetPlayerMapIcon(playerid, iconemappa, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 32, 0);
  iconemappa ++;
  }
the mapicons are visible only for id 0... where is the mistake?
Reply
#2

Is that code in a timer?
Reply
#3

We need to see where you are defining playerid, presumebly, it's only equal to the value of 0, hence the reason for it only working for player id 0.
Reply
#4

but we need to see this in GODFATHER TOPIC
Reply
#5

Quote:
Originally Posted by Pixels^
Is that code in a timer?
no.. but only id 0 can see the icons.
Reply
#6

up
Reply
#7

upp
Reply
#8

anyone
Reply
#9

Quote:
Originally Posted by Danut
but we need to see this in GODFATHER TOPIC
and don't quadripple post!
Reply
#10

^^SECOND!!!!

Be patient.

Go to Godfather post
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)