Problem
#1

Hello guys,

I've got a problems
http://pastebin.com/m459103d

If I walk over the 'I' sign nothing happens. Not even a message pops up.

Quote:

public OnPlayerPickUpPickup(playerid, pickupid)
{
new coordsstring[256];
if(pickupid == PickUpD)
{
GameTextForPlayer(playerid,"~b~Use /buydrugs or /deliverdrugs",2000,1);
format(coordsstring, sizeof(coordsstring), "DrugHouse: [%d]", drugsfill);
SendClientMessage(playerid, 0xB30000F6,coordsstring);
}
return 1;
}

And does anyone has a idea how to make a /selldrugs [id] [amount] [price]
And a /accept drugs?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)