31.12.2011, 14:31
pawn Код:
if(pickupid == bleugh)
{
SendClientMessage(playerid, COLOR_YELLOW, "(AH-INFO) Use <FFFFFF>/enter <F230AA> to enter the building!");
return 1;
}
However, you should just use Create3DTextLabel, it's much easier and doesn't require a pickup. Plus, you can set the draw distance without having to have someone enter a pickup just to see the command to enter the building.