27.03.2009, 16:09
Hi, I want to make a pickup when I come to the pickup and typ /enter to go in. How must that? Can anybody help
ps: Sory for my Bas english
ps: Sory for my Bas english
Info1 = AddStaticPickup(1239, 2, XXXX, YYYY, ZZZZ);
if (pickupid == Info1) { SendClientMessage(playerid, COLOR_GRAD1, " Type in /enter To go into the building !"); }
if (pickupid == Info1) { SendClientMessage(playerid, COLOR_GRAD1, " Type in /enter To go into the building !"); } return 1; }
Originally Posted by zanakinz
Hope this helps:
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; } |
Originally Posted by ToD
Quote:
|