21.12.2010, 07:06
Ok.Hi everybody. I added a drug pickup into a FS to say : Drug store, but when i go into that pickup it shows me another message from another pickup like : tipe /busmenu to get a list of places. What can I do ? Here is the script :
If you need something else just tell me ! Help please !
pawn Код:
new drugs;
pawn Код:
drugs = CreatePickup(1239, 23, -77.2920,-1136.5231,1.0781, -1); //Drugs
pawn Код:
if(pickupid == drugs)
{
GameTextForPlayer(playerid, "asfg", 5000, 3);
}

