Pickup not showing
#1

Hey i havent scripted ina long time so this might be really simple,
But anyway i created a pickup but it dosent show..

pawn Код:
new torranshouse;

torranshouse = CreatePickup(1273, 23, 3482.6670, -686.9516, 2.3716);

public OnPlayerPickUpPickup(playerid, pickupid)
{
if( pickupid == torranshouse) {
new string[50];
format(string, sizeof(string), "~r~Torrans House~n~~g~Beachhouse~n~Owned by~Torran~");
GameTextForPlayer(playerid, string, 3000, 5);
}
return 1;
}
Reply


Messages In This Thread
Pickup not showing - by JoeDaDude - 14.11.2009, 18:57
Re: Pickup not showing - by Virtual1ty - 14.11.2009, 18:59
Re: Pickup not showing - by JoeDaDude - 14.11.2009, 19:06
Re: Pickup not showing - by JoeDaDude - 14.11.2009, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)