symbol is never used: "S@@_OnPlayerPickUpPickup"
#1

Uhm i don't get the problem.. but when i pickup the icons i don't get the GameText.. any help?
Reply
#2

Show us the OnPlayerPickUpPickup.

If you've not got one, then that's the problem. The warning there is saying that OnPlayerPickUpPickup is never being used, so it doesn't exist.
Reply
#3

Код:
OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == CityHall)
    {
		ShowGameTextForPlayer = GameTextForPlayer(playerid, "Press the key \"Enter\" to enter the CityHall", 5000, 2);
		CreatePickup(1239, 2, 2273.8291,82.0429,26.4844);
    }
    else if(pickupid == CityHallE)
    {
        ShowGameTextForPlayer = GameTextForPlayer(playerid, "Press the key \"Enter\" to exit the CityHall", 5000, 2);
        CreatePickup(1239, 2, 389.4001,173.7315,1008.3828);
    }
    return 1;
}
Reply
#4

I don't think your supposed to have OnPlayerPickupPickup, I think OnPlayerPickup would work. I never heard or used a symbol named OnPlayerPickupPickup.
Reply
#5

You are supposed to have that.. iknow you do..
Reply
#6

Thanks ****** i feel like an idiot! xD +REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)