public OnPlayerSelectObject(playerid, type, objectid, modelid, Float:fX, Float:fY, Float:fZ)
{
printf("Player %d selected object %d", playerid, objectid);
EditObject(playerid, objectid);
SendClientMessage(playerid, 0xFFFFFFFF, "You now are able to edit your object!");
return 1;
}