14.11.2009, 18:57
Hey i havent scripted ina long time so this might be really simple,
But anyway i created a pickup but it dosent show..
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;
}