GameTextForPlayer pickup message
#1

Alright, I made some pickups, and I wanted to make some messages for them for when a player ran them over, I have but the messages don't appear..

pawn Код:
if(pickupid == LSAP)
        {
        GameTextForPlayer(playerid,"~y~ Los Santos Airport Entrance. ~n~ ~r~/enterap ~y~ to enter.",3500,3);
        }
    if(pickupid == Shamal)
        {
        GameTextForPlayer(playerid,"~y~ Shamal Exit. ~n~ ~r~/shamal ~y~ to exit.",3500,3);
        }
    if(pickupid == LSAPI)
        {
        GameTextForPlayer(playerid,"~y~ Los Santos Airport Exit. ~n~ ~r~/exitap ~y~ to exit.",3500,3);
        }
    return 1;
    }
Anyone know why the messages wont appear when you run over the pickup?
pawn Код:
LSAP = CreateDynamicPickup(1318, 1, 1730.499, -2334.663,13.320, -1);
    Shamal = CreateDynamicPickup(1318, 1, 1.63, 22.98, 1199.59, -1);
    LSAPI = CreateDynamicPickup(1318, 1, -1855.764, 44.313, 1055.470, -1);
Reply


Messages In This Thread
GameTextForPlayer pickup message - by patfay - 23.04.2011, 23:06
Re: GameTextForPlayer pickup message - by GamingTurf - 23.04.2011, 23:12
Re: GameTextForPlayer pickup message - by patfay - 23.04.2011, 23:14
Re: GameTextForPlayer pickup message - by TheYoungCapone - 23.04.2011, 23:18
Re: GameTextForPlayer pickup message - by Laronic - 23.04.2011, 23:30

Forum Jump:


Users browsing this thread: 1 Guest(s)