27.03.2009, 16:15
Hope this helps:
under gamemodeinit type in this:
then under onplayerpickuppick add this
thats if you have more then 1 thing under onplayerpickuppickup
else then try this:
under gamemodeinit type in this:
Код:
Info1 = AddStaticPickup(1239, 2, XXXX, YYYY, ZZZZ);
Код:
if (pickupid == Info1) { SendClientMessage(playerid, COLOR_GRAD1, " Type in /enter To go into the building !"); }
else then try this:
Код:
if (pickupid == Info1) { SendClientMessage(playerid, COLOR_GRAD1, " Type in /enter To go into the building !"); } return 1; }