GameTextForPlayer doesnt show up
#1

Hello ya'll. This is my first post in this forum, although if im registered here a longer time :P.

So, my problem is; If i put the following Lines under OnPlayerPickUpPickUp like i saw it in a tutorial, the text does not show up when the Player picks up the Pickup.

Quote:

public OnPlayerPickupPickup(playerid, pickupid)
{
if (pickupid == sfpdenter)
{
GameTextForPlayer(playerid, "~b~ San Fierro Police Department", 5000, 3);
}

if (pickupid == liftA)
{
GameTextForPlayer(playerid, "The Lift. Type /goup to go up", 5000, 3);
}

if (pickupid == liftB)
{
GameTextForPlayer(playerid, "The Lift. Type /godown to go down", 5000, 3);
}

if (pickupid == fbienter)
{
GameTextForPlayer(playerid, "San Fierro Federal Bureau of Investigation", 5000, 3);
}
}

Im not really a great scripter, i just forgot the most things over the years.

Hope you can help me.

GreetZ.
Reply


Messages In This Thread
GameTextForPlayer doesnt show up - by MarqueZ92 - 22.06.2009, 15:56
Re: GameTextForPlayer doesnt show up - by MrPanz - 22.06.2009, 16:01
Re: GameTextForPlayer doesnt show up - by MarqueZ92 - 22.06.2009, 16:02
Re: GameTextForPlayer doesnt show up - by MrPanz - 22.06.2009, 16:05
Re: GameTextForPlayer doesnt show up - by MarqueZ92 - 22.06.2009, 16:10
Re: GameTextForPlayer doesnt show up - by MrPanz - 22.06.2009, 16:14
Re: GameTextForPlayer doesnt show up - by MarqueZ92 - 22.06.2009, 16:19
Re: GameTextForPlayer doesnt show up - by MrPanz - 22.06.2009, 16:20
Re: GameTextForPlayer doesnt show up - by MarqueZ92 - 22.06.2009, 16:42
Re: GameTextForPlayer doesnt show up - by MarqueZ92 - 22.06.2009, 20:38

Forum Jump:


Users browsing this thread: 1 Guest(s)