OnPlayerPickUpPickup "Bug"?
#1

Hi!
Today I went to my server and tested my new pickups. All pickups created previously works correct, but last ones doesn't. It shows me previous pickup options, so it changes my skin and shows me a message I've previously created, but it doesn't show options I want. Server restarting didn't help me. It shows me this in pickup I want:

pawn Код:
else if (pickupid == clothes4)
  {
    SendClientMessage(playerid,COLOR_YELLOW, "You bought new clothes! You look fantastic!");
    SetPlayerSkin(playerid, 206);
    GivePlayerMoney(playerid, -250);
  }
But correctly it will show this in the same pickup than ^^:

pawn Код:
else if (pickupid == fishnet1)
  {
        SendClientMessage(playerid,COLOR_YELLOW, "You put your fishing nets to the water....");
        SendClientMessage(playerid,COLOR_YELLOW, "Now head to another Anchor Icon in the map and pick up the net");
  }

Why it shows me wrong options when I pickup a pickup?
Reply


Messages In This Thread
OnPlayerPickUpPickup "Bug"? - by Jakku - 03.08.2009, 07:26
Re: OnPlayerPickUpPickup "Bug"? - by SpiderPork - 03.08.2009, 07:28
Re: OnPlayerPickUpPickup "Bug"? - by Jakku - 03.08.2009, 07:33
Re: OnPlayerPickUpPickup "Bug"? - by SpiderPork - 03.08.2009, 07:39
Re: OnPlayerPickUpPickup "Bug"? - by Jakku - 03.08.2009, 07:59
Re: OnPlayerPickUpPickup "Bug"? - by XtremeChio - 03.08.2009, 08:37
Re: OnPlayerPickUpPickup "Bug"? - by Jakku - 03.08.2009, 09:59

Forum Jump:


Users browsing this thread: 3 Guest(s)