22.06.2009, 15:56
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.
Im not really a great scripter, i just forgot the most things over the years.
Hope you can help me.
GreetZ.
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); } } |
Hope you can help me.
GreetZ.